InkStrokes.StrokesRemoved event

Occurs when one or more strokes are deleted from the InkStrokes collection.

Syntax

void StrokesRemoved(
  [in] VARIANT StrokeIds
);

Parameters

StrokeIds [in]

The integer array of identifiers for every IInkStrokeDisp object deleted when this event occurs.

For more information about the VARIANT structure, see Using the COM Library.

Return value

This event does not return a value.

Remarks

This event method is defined in the _IInkEvents interface. The _IInkEvents interface implements the IDispatch interface with an identifier of DISPID_SEStrokesRemoved.

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

InkStrokes Collection

Remove Method [InkStrokes Collection]

InkDisp Class