TopicTransformationCoreRenderStarting 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: 2024.12.21.0
public event EventHandler<RenderTopicEventArgs> RenderStarting

Value

EventHandlerRenderTopicEventArgs

Remarks

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

See Also