Table of Contents

RenderedSectionEventArgs Class

Definition

Namespace
Sandcastle.Core.PresentationStyle.Transformation
Assembly
Sandcastle.Core.dll

This event arguments class is used to report when a topic section has been rendered

public class RenderedSectionEventArgs : EventArgs
Inheritance
RenderedSectionEventArgs

Remarks

Note that rendered section events are raised regardless of whether or not any content was actually rendered.

Constructors

RenderedSectionEventArgs(string, ApiTopicSectionType, string)

Constructor

Properties

CustomSectionName

If SectionType is CustomSection, this contains the name of the custom section

Key

The topic key

SectionType

The section type that was rendered