Topic Transformation CoreOn Section Rendered Method
This is used to raise the SectionRendered event
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 virtual void OnSectionRendered(
ApiTopicSectionType sectionName,
string customName
)VB
Public Overridable Sub OnSectionRendered (
sectionName As ApiTopicSectionType,
customName As String
)C++
public:
virtual void OnSectionRendered(
ApiTopicSectionType sectionName,
String^ customName
)F#
abstract OnSectionRendered :
sectionName : ApiTopicSectionType *
customName : string -> unit
override OnSectionRendered :
sectionName : ApiTopicSectionType *
customName : string -> unit Parameters
- sectionName ApiTopicSectionType
- The section name
- customName String
- The name of the custom section if sectionName is Custom