XmlEventArgs Members
Include Protected Members
Include Inherited Members
Provides data for the Changed event.
The XmlEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
XmlEventArgs |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Match | Gets an XPathExpression object which contains an XPath expression that returns the node that is currently being changed. |
![]() |
NewValue | Gets the new value for the node being changed. |
![]() |
OldParent | Gets an XPathNavigator object pointing to the node which is the parent of the node being deleted. |
![]() |
OldValue | Gets the original value of the node that is being changed. |
![]() |
Operation | Gets an XmlOperation enumeration that indicates the type of operation that occurred when the node was changed. |
![]() |
Site | Gets an XPathNavigator object pointing at the node that is being changed. |
![]() |
UndoRedo | Gets a value that indicates whether the node being changed is part of an undo or redo operation. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top