Edit

Share via


XmlOperation Enum

Definition

Indicates what type of operation occurred during a Changed, Changing, or Validating event.

public enum class XmlOperation
public enum XmlOperation
type XmlOperation = 
Public Enum XmlOperation
Inheritance
XmlOperation

Fields

Name Value Description
None 0

No change has occurred.

Insert 1

A new node was inserted.

Delete 2

The node was deleted.

ValueChange 4

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.

Applies to