Raised when a flick gesture is performed 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<FlickGestureEventArgs> Flick
Visual Basic
Public Event Flick As EventHandler(Of FlickGestureEventArgs)
Visual C++
public:
 event EventHandler<FlickGestureEventArgs^>^ Flick {
	void add (EventHandler<FlickGestureEventArgs^>^ value);
	void remove (EventHandler<FlickGestureEventArgs^>^ value);
}

See Also