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

Top

Public Properties

  Name Description
Public property 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
Public method Equals  Overloaded. (inherited from Object)
Public method GetHashCode  (inherited from Object)
Public method GetType  (inherited from Object)
Public method Static ReferenceEquals  (inherited from Object)
Public method ToString  (inherited from Object)

Top

Protected Methods

  Name Description
Protected method Finalize  (inherited from Object)
Protected method MemberwiseClone  (inherited from Object)

Top

Public 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