XmlOperation Enumeration
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 | |
---|---|---|
None | No change has occurred. | |
Insert | A new node was inserted. | |
Delete | The node was deleted. | |
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 InfoPath Filler or in a Web browser.