ContentElement::GotTouchCapture Event

.NET Framework (current version)
 

Occurs when a touch is captured to this element.

Namespace:   System.Windows
Assembly:  PresentationCore (in PresentationCore.dll)

public:
event EventHandler<TouchEventArgs^>^ GotTouchCapture {
	void add(EventHandler<TouchEventArgs^>^ value);
	void remove(EventHandler<TouchEventArgs^>^ value);
}

Identifier field

GotTouchCaptureEvent

Routing strategy

Bubbling

Delegate

EventHandler<TEventArgs> of type TouchEventArgs.

  • Override OnGotTouchCapture to implement class handling for this event in derived classes.

.NET Framework
Available since 4.0
Return to top
Show: