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


IEngineInkEnvironmentEvents Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineInkEnvironmentEvents Interface
ArcGIS Developer Help

IEngineInkEnvironmentEvents Interface

Provides access to ink-related events.

Product Availability

Available with ArcGIS Engine.

Description

The IEngineInkEnvironmentEvents outbound interface is used  to listen to Tablet events.

Note that OnGesture is supported on the Windows XP Tablet PC Edition only.

Members

Name Description
Method OnGesture Occurs when an ink gesture is made. Only available on TabletPC devices.
Method OnStart Occurs when an ink collection is started.
Method OnStop Occurs when an ink collection is halted.

Classes that implement IEngineInkEnvironmentEvents

Classes Description
EngineInkEnvironment A singleton object representing Engine ink environment.