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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.