XmlEvent Members (Microsoft.Office.InfoPath)
Implements the events raised by changes to the data in the underlying XML document of a form instance.
The following tables list the members exposed by the XmlEvent type.
Protected Constructors
Name | Description | |
---|---|---|
XmlEvent |
Top
Public Properties
Name | Description | |
---|---|---|
RaiseUndoRedoForChanged | Gets or sets whether the Changed event will be raised when an undo or redo operation occurs. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
ReferenceEquals | (inherited from Object) | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top
Public 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