This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IT > ITabletExtEvents Interface > ITabletExtEvents.OnGesture Event (ArcObjects .NET 10.4 SDK) |
Occurs when an ink gesture is made. Only available on TabletPC devices.
[Visual Basic .NET] Public Event OnGesture As OnGestureEventHandler
[C#] public event OnGestureEventHandler OnGesture
Fired when an ink stroke is recognized as a gesture. The Ink tool uses ETPC_DownLeft to create graphic elements, ETPC_RightUp to recognize ink and create a text element, and ETPC_Scratchout to erase ink strokes. The Ink tool can be extended by listening to the OnGestureEvent and responding to other gesture types that are exposed in ESRITPCGestures.