XmlNodeChangedEventArgs.Action Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.