ContextEventArgs クラス
文脈情報を格納したイベントデータを表します。
継承されたメンバー
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
名前空間: ExapisSOP
アセンブリ: ExapisSOP.dll
構文
public class ContextEventArgs : EventArgs
コンストラクタ 一覧
| 編集/提案 ソースを表示ContextEventArgs(IContext)
型'ContextEventArgs'の新しいインスタンスを生成します。
宣言
public ContextEventArgs(IContext context)
引数
型 | 名前 | 説明 |
---|---|---|
IContext | context | 文脈情報です。 |
プロパティ 一覧
| 編集/提案 ソースを表示Context
現在の文脈情報を取得します。
宣言
public IContext Context { get; }
プロパティ値
型 | 説明 |
---|---|
IContext |