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)

取得表示特定委派所代表之方法的物件。

適用於