InkOverlay.TabletRemoved event

Occurs when a IInkTablet is removed from the system.

Syntax

void TabletRemoved(
  [in] long TabletId
);

Parameters

TabletId [in]

The long value that was used as the ID for the IInkTablet object that was removed.

Return value

This event does not return a value.

Remarks

This event method is defined in the _IInkCollectorEvents, _IInkOverlayEvents, and _IInkPictureEvents dispatch-only interfaces (dispinterfaces) with an ID of DISPID_ICETabletRemoved.

Requirements

Requirement Value
Minimum supported client
Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server
None supported
Header
Msinkaut.h (also requires Msinkaut_i.c)
Library
InkObj.dll

See also

InkOverlay Class

IInkTablet Interface