EventEntry.HandlerMethodName プロパティ

定義

イベントを処理するメソッドの名前を取得または設定します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 property System::String ^ HandlerMethodName { System::String ^ get(); void set(System::String ^ value); };
public string HandlerMethodName { get; set; }
member this.HandlerMethodName : string with get, set
Public Property HandlerMethodName As String

プロパティ値

String

イベント ハンドラー メソッドの名前を格納している String

注釈

プロパティの設定では、 HandlerMethodName プロパティは式の値に設定されます。

適用対象