XmlOperation Enumeration (Microsoft.Office.InfoPath)
Indicates what type of operation occurred during a Changed, Changing, or Validating event.
Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in microsoft.office.infopath.dll)
Syntax
'Declaration
Public Enumeration XmlOperation
'Usage
Dim instance As XmlOperation
public enum XmlOperation
Members
Member name | Description | |
---|---|---|
Delete | The node was deleted. | |
Insert | A new node was inserted. | |
None | No change has occurred. | |
ValueChange | The value of the node was changed (updated). |
Remarks
The XmlOperation enumeration is returned by the Operation property of the XmlEventArgs class.
This type or member can be accessed from code running in forms opened in Microsoft Office InfoPath 2007 or in a Web browser.