ClassGestureEventArgs
Class
Provides data for gesture events that occur when touch or stylus gestures are performed on a control.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
public class GestureEventArgs : EventArgs
Inheritance: objectEventArgsGestureEventArgs
Derived Classes:
Inherited Members
Properties
GestureType
The type of the gesture that has occurred.
Handled
[true] if the event has been handled and should not be processed further, [false] otherwise.
IsBegin
[true] if this is the beginning of the gesture, [false] otherwise.
IsEnd
[true] if this is the end of the gesture, [false] otherwise.
IsInertia
[true] if the event was caused by inertia, [false] otherwise.