RenderedSectionEventArgs Constructor

Constructor

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public RenderedSectionEventArgs(
	string key,
	ApiTopicSectionType sectionType,
	string customSectionName
)

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

See Also