RenderedSectionEventArgs Constructor
Constructor
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public RenderedSectionEventArgs(
string key,
ApiTopicSectionType sectionType,
string customSectionName
)
Public Sub New (
key As String,
sectionType As ApiTopicSectionType,
customSectionName As String
)
public:
RenderedSectionEventArgs(
String^ key,
ApiTopicSectionType sectionType,
String^ customSectionName
)
new :
key : string *
sectionType : ApiTopicSectionType *
customSectionName : string -> RenderedSectionEventArgs
Parameters
- 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