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

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

Syntax

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

Inheritance Hierarchy

See Also