StylusDownEventHandler 代理人

定義

StylusDown イベントと、それに対応する Preview イベントなど、各種のイベントを処理するメソッドを表します。 また、基本要素クラスにイベントを再公開するメソッドも表します。

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

パラメーター

sender
Object

イベントのソース。

e
StylusDownEventArgs

イベント データを格納している StylusDownEventArgs。 .

注釈

通常、このデリゲートはルーティング イベントに対応します。 イベント データ (特に プロパティ) を Source 調べて、イベントを発生させた要素を特定します。

拡張メソッド

GetMethodInfo(Delegate)

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

適用対象