XmlNodeChangedEventArgs.Action 属性

定义

获取一个值,该值指示正在发生哪种类型的节点更改事件。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

属性值

XmlNodeChangedAction

描述节点更改事件的枚举值之一。One of the enumeration values that describes the node change event. Action 值不区分事件何时发生(之前或之后)。The Action value does not differentiate between when the event occurred (before or after). 您可以创建单独的事件处理程序来处理两种情况。You can create separate event handlers to handle both instances.

适用于