Contains event data for the drag started gesture.

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

Syntax

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

Inheritance Hierarchy

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

See Also