get_Action()

XmlNodeChangedEventArgs::get_Action() method

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

XmlNodeChangedAction System::Xml::XmlNodeChangedEventArgs::get_Action()

Return 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.

See Also