This document is archived and information here might be outdated.  Recommended version.


ITabletExtEvents.OnGesture Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IT > ITabletExtEvents Interface > ITabletExtEvents.OnGesture Event
ArcGIS Developer Help

ITabletExtEvents.OnGesture Event

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

Product Availability

Available with ArcGIS Desktop.

Remarks

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.

See Also

ITabletExtEvents Interface