ArcObjects Library Reference (EditorExt)  

ITabletExtEvents.OnGesture Event

Occurs when an ink gesture is made. Only available on TabletPC devices.

[Visual Basic 6.0]
Event OnGesture(
    ByVal gestureType As ESRITPCGestures, _
    ByVal hotPoint As Variant _
)
[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