This topic has not yet been rated - Rate this topic

XmlNodeChangedEventArgs Properties

The XmlNodeChangedEventArgs type exposes the following members.

  NameDescription
Public property Action Gets a value indicating what type of node change event is occurring.
Public property NewParent Gets the value of the ParentNode after the operation completes.
Public property NewValue Gets the new value of the node.
Public property Node Gets the XmlNode that is being added, removed or changed.
Public property OldParent Gets the value of the ParentNode before the operation began.
Public property OldValue Gets the original value of the node.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.