Raised when the UIElement is touched and then released at any time with no dragging movement in between.

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

See Also