ApplyingChangesEventArgs Class
Definition
- Assembly
- Sandcastle.Core.dll
This is used by components to indicate that they are about to apply their changes to the given document
public class ApplyingChangesEventArgs : EventArgs
- Inheritance
-
ApplyingChangesEventArgs
Constructors
| ApplyingChangesEventArgs(string, string, string, XmlDocument) |
Constructor |
Properties
| ComponentId |
This read-only property returns the ID of the component that is about to apply the changes |
| Document |
This read-only property returns the topic document that will be modified |
| GroupId |
This read-only property returns the group ID of the component that is about to apply the changes |
| Key |
This read-only property returns the topic key |