Raised when at least 1 touch point is created on the UIElement.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public event EventHandler<GestureEventArgs> GestureStarted
Visual Basic
Public Event GestureStarted As EventHandler(Of GestureEventArgs)
Visual C++
public:
 event EventHandler<GestureEventArgs^>^ GestureStarted {
	void add (EventHandler<GestureEventArgs^>^ value);
	void remove (EventHandler<GestureEventArgs^>^ value);
}

See Also