TopicTransformationCoreSectionRendered 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: 2024.12.21.0
public event EventHandler<RenderedSectionEventArgs> SectionRendered

Value

EventHandlerRenderedSectionEventArgs

Remarks

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

See Also