UIElement.LostTouchCapture
UIElement.LostTouchCapture
UIElement.LostTouchCapture
UIElement.LostTouchCapture
Event
Definition
Occurs when this element loses a touch capture.
public:
event EventHandler<System::Windows::Input::TouchEventArgs ^> ^ LostTouchCapture;
public event EventHandler<System.Windows.Input.TouchEventArgs> LostTouchCapture;
member this.LostTouchCapture : EventHandler<System.Windows.Input.TouchEventArgs>
Public Custom Event LostTouchCapture As EventHandler(Of TouchEventArgs)
Remarks
Routed Event Information
Identifier field | LostTouchCaptureEvent |
Routing strategy | Bubbling |
Delegate | EventHandler<TEventArgs> of type TouchEventArgs. |
- Override OnLostTouchCapture to implement class handling for this event in derived classes.
Applies to
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...