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
Protected method XmlEvent

Top

Properties

  Name Description
Public property RaiseUndoRedoForChanged Gets or sets whether the Changed event will be raised when an undo or redo operation occurs.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Events

  Name Description
Public event Changed Occurs after changes to a form's underlying XML document have been accepted and after the Validating event has occurred.
Public event Changing Occurs after changes to a form's underlying XML document have been made but before the changes have been accepted.
Public event Validating Occurs after changes to a form's underlying XML document have been accepted but before the Changed event has occurred.

Top

See also

Reference

XmlEvent class

Microsoft.Office.InfoPath namespace