TopicTransformationCoreOnSectionRendered Method

This is used to raise the SectionRendered event

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public virtual void OnSectionRendered(
	ApiTopicSectionType sectionName,
	string customName
)

Parameters

sectionName  ApiTopicSectionType
The section name
customName  String
The name of the custom section if sectionName is Custom

See Also