Contains event data related to the flick gesture.

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

Syntax

C#
public class FlickGestureEventArgs : GestureEventArgs
Visual Basic
Public Class FlickGestureEventArgs _
	Inherits GestureEventArgs
Visual C++
public ref class FlickGestureEventArgs : public GestureEventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Mindscape.PhoneElements..::..GestureEventArgs
      Mindscape.PhoneElements..::..FlickGestureEventArgs

See Also