Edit

Share via


ContextChangedEventArgs Class

Definition

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.

Applies to