TopicTransformationCore.SectionRendered Event

This event is raised to notify the user of section having been rendered

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.3.22.0
public event EventHandler<RenderedSectionEventArgs> SectionRendered

Value

EventHandler<RenderedSectionEventArgs>

Remarks

This event is raised regardless of whether or not anything was actually rendered for the section.

See Also