The event args used in the DragStarted event.

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

Syntax

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

Inheritance Hierarchy

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

See Also