Compartir a través de


Evento InkPicture.TabletRemoved

Se produce cuando se quita un IInkTablet del sistema.

Sintaxis

void TabletRemoved(
  [in] long TabletId
);

Parámetros

TabletId [in]

Valor long que se usó como identificador para el objeto IInkTablet que se quitó.

Valor devuelto

Este evento no devuelve un valor.

Comentarios

Este método de evento se define en el _IInkCollectorEvents, _IInkOverlayEvents y _IInkPictureEvents interfaces de solo envío (dispinterfaces) con un identificador de DISPID_ICETabletRemoved.

Requisitos

Requisito Value
Cliente mínimo compatible
Windows XP Tablet PC Edition [solo aplicaciones de escritorio]
Servidor mínimo compatible
No se admite ninguno
Encabezado
Msinkaut.h (también requiere Msinkaut_i.c)
Biblioteca
InkObj.dll

Consulte también

InkPicture

IInkTablet (interfaz)