XmlEvent Members
Include Protected Members
Include Inherited Members
Implements the events raised by changes to the data in the underlying XML document of a form instance.
The XmlEvent type exposes the following members.
Constructors
Name | Description | |
---|---|---|
XmlEvent |
Top
Properties
Name | Description | |
---|---|---|
RaiseUndoRedoForChanged | Gets or sets whether the Changed event will be raised when an undo or redo operation occurs. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
Changed | Occurs after changes to a form's underlying XML document have been accepted and after the Validating event has occurred. | |
Changing | Occurs after changes to a form's underlying XML document have been made but before the changes have been accepted. | |
Validating | Occurs after changes to a form's underlying XML document have been accepted but before the Changed event has occurred. |
Top