InkPicture.StrokesAdded event

Occurs when one or more IInkStrokeDisp objects are added to the InkStrokes collection.

Syntax

void StrokesAdded(
  [in] VARIANT StrokeIds
);

Parameters

StrokeIds [in]

The integer array of identifiers for every IInkStrokeDisp object added 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 _IInkStrokesEvents interface. The _IInkStrokesEvents interface implements the IDispatch interface with an identifier of DISPID_SEStrokesAdded.

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

InkPicture