The event args used in the DragStarted event.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)

Syntax

C#
public class C1DragStartedGestureEventArgs : C1GestureEventArgs
Visual Basic
Public Class C1DragStartedGestureEventArgs _
	Inherits C1GestureEventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    C1.Phone..::..C1GestureEventArgs
      C1.Phone..::..C1DragStartedGestureEventArgs

See Also