Raised when 2 tap gesture are performed in quick succssession with a minimal distance between each tap position.

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> DoubleTap
Visual Basic
Public Event DoubleTap As EventHandler(Of GestureEventArgs)
Visual C++
public:
 event EventHandler<GestureEventArgs^>^ DoubleTap {
	void add (EventHandler<GestureEventArgs^>^ value);
	void remove (EventHandler<GestureEventArgs^>^ value);
}

See Also