TopicTransformationCore.RenderStarting Event

This event is raised to notify the user that the topic is about to be rendered

Definition

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

Value

EventHandler<RenderTopicEventArgs>

Remarks

When invoked, only the basic page template is present with the metadata and page header rendered.

See Also