UnhandledElementEventArgs Class
Definition
- Assembly
- Sandcastle.Core.dll
This event arguments class is used to report unhandled elements found while transforming a presentation style topic.
public class UnhandledElementEventArgs : EventArgs
- Inheritance
-
UnhandledElementEventArgs
Constructors
| UnhandledElementEventArgs(string, string, string) |
Constructor |
Properties
| ElementName |
The unhandled element name |
| Key |
The topic key |
| ParentElementName |
The parent element name of the unhandled element |