ContextChangedEventArgs Members
Include Protected Members
Include Inherited Members
Provides data for the ContextChanged event.
The ContextChangedEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ContextChangedEventArgs |
Top
Properties
Name | Description | |
---|---|---|
ChangeType | Gets the type of context change that was performed when the ContextChanged event occurred. | |
Context | Gets a reference to an XPathNavigator object positioned at the context node that raised the ContextChanged event. | |
UndoRedo | Gets a value indicating whether the context change event occurred in response to undoing or redoing an 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