RenderedSectionEventArgs Class

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

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.2.18.0
public class RenderedSectionEventArgs : EventArgs
Inheritance
Object    EventArgs    RenderedSectionEventArgs

Remarks

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

Constructors

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

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also