Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlNodeChangedEventArgs::Action Property

 

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

Namespace:   System.Xml
Assembly:  System.Xml (in System.Xml.dll)

public:
property XmlNodeChangedAction Action {
	XmlNodeChangedAction get();
}

Property Value

Type: System.Xml::XmlNodeChangedAction

An XmlNodeChangedAction value describing the node change event.

XmlNodeChangedAction Value

Description

Insert

A node has been or will be inserted.

Remove

A node has been or will be removed.

Change

A node has been or will be changed.

System_CAPS_noteNote

The Action value does not differentiate between when the event occurred (before or after). You can create separate event handlers to handle both instances.

Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft