Raised when a single touch point is held on the UIElement without moving for 1 second.

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

See Also