Render Topic Event Args Constructor
Constructor
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public RenderTopicEventArgs(
string key,
XDocument topicContent
)VB
Public Sub New (
key As String,
topicContent As XDocument
)C++
public:
RenderTopicEventArgs(
String^ key,
XDocument^ topicContent
)F#
new :
key : string *
topicContent : XDocument -> RenderTopicEventArgs