The event args used by the PinchStarted event.

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

Syntax

C#
public class C1PinchStartedGestureEventArgs : C1MultiTouchGestureEventArgs
Visual Basic
Public Class C1PinchStartedGestureEventArgs _
	Inherits C1MultiTouchGestureEventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    C1.Phone..::..C1GestureEventArgs
      C1.Phone..::..C1MultiTouchGestureEventArgs
        C1.Phone..::..C1PinchStartedGestureEventArgs

See Also