The base class for all gesture events. Also used by Tap, DoubleTap and Hold.

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

Syntax

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

Inheritance Hierarchy

See Also