StylusButtonEventHandler 代理人

定義

StylusButtonDownStylusButtonUp イベントまたは UIElement イベントを処理するメソッドを表します。

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

パラメーター

sender
Object

イベントのソース。

e
StylusButtonEventArgs

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

拡張メソッド

GetMethodInfo(Delegate)

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

適用対象