Rendered Section 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 RenderedSectionEventArgs(
string key,
ApiTopicSectionType sectionType,
string customSectionName
)VB
Public Sub New (
key As String,
sectionType As ApiTopicSectionType,
customSectionName As String
)C++
public:
RenderedSectionEventArgs(
String^ key,
ApiTopicSectionType sectionType,
String^ customSectionName
)F#
new :
key : string *
sectionType : ApiTopicSectionType *
customSectionName : string -> RenderedSectionEventArgsParameters
- key String
- The topic key
- sectionType ApiTopicSectionType
- The section type that was rendered
- customSectionName String
- The name of the custom section or null if it is a known section type