UpDownEventHandler 代理人

定義

内部クラスのイベントを処理するメソッドを表します。

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

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

パラメーター

source
Object

イベントのソース。

e
UpDownEventArgs

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

拡張メソッド

GetMethodInfo(Delegate)

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

適用対象