UIElement.GotTouchCapture 事件

定義

當觸控擷取至這個項目時發生。

public:
 event EventHandler<System::Windows::Input::TouchEventArgs ^> ^ GotTouchCapture;
public event EventHandler<System.Windows.Input.TouchEventArgs> GotTouchCapture;
member this.GotTouchCapture : EventHandler<System.Windows.Input.TouchEventArgs> 
Public Custom Event GotTouchCapture As EventHandler(Of TouchEventArgs) 

事件類型

備註

路由事件資訊

識別碼欄位 GotTouchCaptureEvent
路由策略 鼓 泡
代理人 型別 EventHandler<TEventArgs>TouchEventArgs

適用於