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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.