XmlNodeChangedEventArgs.Action Property

Definition

Gets a value indicating what type of node change event is occurring.

public:
 property System::Xml::XmlNodeChangedAction Action { System::Xml::XmlNodeChangedAction get(); };
public System.Xml.XmlNodeChangedAction Action { get; }
member this.Action : System.Xml.XmlNodeChangedAction
Public ReadOnly Property Action As XmlNodeChangedAction

Property Value

One of the enumeration values that describes the node change event. The Action value does not differentiate between when the event occurred (before or after). You can create separate event handlers to handle both instances.

Applies to