RenderTopicEventArgs Constructor

Constructor

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public RenderTopicEventArgs(
	string key,
	XDocument topicContent
)

Parameters

key  String
The topic key
topicContent  XDocument
The topic content

See Also