次の方法で共有


ContextChangedEventArgs クラス

定義

イベントのデータを提供します ContextChanged

public ref class ContextChangedEventArgs abstract : EventArgs
public abstract class ContextChangedEventArgs : EventArgs
type ContextChangedEventArgs = class
    inherit EventArgs
Public MustInherit Class ContextChangedEventArgs
Inherits EventArgs
継承
ContextChangedEventArgs

コンストラクター

ContextChangedEventArgs()

イベントのデータを提供します ContextChanged

プロパティ

ChangeType

イベントが発生したときに実行されたコンテキスト変更の種類を ContextChanged 取得します。

Context

イベントを発生させたコンテキスト ノードに配置された XPathNavigator オブジェクトへの参照を取得します ContextChanged

UndoRedo

操作を元に戻したかやり直したことによって、コンテキスト変更が発生したかどうかを示す値を取得します。

適用対象