RenderedSectionEventArgs Class
Definition
- 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 |
| Key |
The topic key |
| SectionType |
The section type that was rendered |