ContextChangedEventArgs Class
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.
Provides data for the ContextChanged event.
public ref class ContextChangedEventArgs abstract : EventArgs
public abstract class ContextChangedEventArgs : EventArgs
type ContextChangedEventArgs = class
inherit EventArgs
Public MustInherit Class ContextChangedEventArgs
Inherits EventArgs
- Inheritance
-
ContextChangedEventArgs
Constructors
ContextChangedEventArgs() |
Properties
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. |