UIElement.GotTouchCapture Evento
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Si verifica quando un tocco viene acquisito in questo elemento.
public:
event EventHandler<System::Windows::Input::TouchEventArgs ^> ^ GotTouchCapture;
C#
public event EventHandler<System.Windows.Input.TouchEventArgs> GotTouchCapture;
member this.GotTouchCapture : EventHandler<System.Windows.Input.TouchEventArgs>
Public Custom Event GotTouchCapture As EventHandler(Of TouchEventArgs)
Campo Identificatore | GotTouchCaptureEvent |
Strategia di routing | Bubbling |
Delegato | EventHandler<TEventArgs> di tipo TouchEventArgs. |
- Eseguire l'override per implementare OnGotTouchCapture la gestione delle classi per questo evento nelle classi derivate.
Prodotto | Versioni |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 |
Windows Desktop | 3.0, 3.1, 5, 6, 7 |