StylusPointsReplacedEventHandler 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表將處理 StylusPointsReplaced 之 Stroke 事件的方法。
public delegate void StylusPointsReplacedEventHandler(System::Object ^ sender, StylusPointsReplacedEventArgs ^ e);
public delegate void StylusPointsReplacedEventHandler(object sender, StylusPointsReplacedEventArgs e);
type StylusPointsReplacedEventHandler = delegate of obj * StylusPointsReplacedEventArgs -> unit
Public Delegate Sub StylusPointsReplacedEventHandler(sender As Object, e As StylusPointsReplacedEventArgs)
參數
- sender
- Object
事件的來源。
擴充方法
GetMethodInfo(Delegate) |
取得表示特定委派所代表之方法的物件。 |