UICuesEventHandler 代理人

定義

ChangeUICuesControl イベントを処理するメソッドを表します。

public delegate void UICuesEventHandler(System::Object ^ sender, UICuesEventArgs ^ e);
public delegate void UICuesEventHandler(object sender, UICuesEventArgs e);
public delegate void UICuesEventHandler(object? sender, UICuesEventArgs e);
type UICuesEventHandler = delegate of obj * UICuesEventArgs -> unit
Public Delegate Sub UICuesEventHandler(sender As Object, e As UICuesEventArgs)

パラメーター

sender
Object

イベントのソース。

e
UICuesEventArgs

イベント データを格納している UICuesEventArgs

注釈

UICuesEventHandler デリゲートを作成する場合は、イベントを処理するメソッドを指定します。 イベント ハンドラーにイベントを関連付けるには、イベントにデリゲートのインスタンスを追加します。 イベント ハンドラーは、デリゲートを削除しない限り、イベントが発生するたびに呼び出されます。 デリゲートを使用したイベントの処理の詳細については、「イベントの 処理と発生」を参照してください。

拡張メソッド

GetMethodInfo(Delegate)

指定したデリゲートによって表されるメソッドを表すオブジェクトを取得します。

適用対象

こちらもご覧ください