EditorEventArgs クラス

v2 に適用されます。

エディターにイベントのデータを提供します。

継承階層

System.Object
  System.EventArgs
    Microsoft.WebMatrix.Extensibility.Editor.EditorEventArgs

名前空間:  Microsoft.WebMatrix.Extensibility.Editor
アセンブリ:  Microsoft.WebMatrix.Extensibility (Microsoft.WebMatrix.Extensibility.dll)

構文

'宣言
Public Class EditorEventArgs _
    Inherits EventArgs
'使用
Dim instance As EditorEventArgs
public class EditorEventArgs : EventArgs
public ref class EditorEventArgs : public EventArgs
type EditorEventArgs =  
    class 
        inherit EventArgs 
    end
public class EditorEventArgs extends EventArgs

EditorEventArgs 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド EditorEventArgs EditorEventArgs クラスの新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ Editor エディターを取得または設定します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.WebMatrix.Extensibility.Editor 名前空間