Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

Occurs when one or more strokes are added to the IInkStrokescollection.

Syntax

void StrokesAdded([in] VARIANT StrokeIds
);

Parameters

StrokeIds

The integer array of identifiers for every IInkStrokeDispobject added when this event occurs.

For more information about the VARIANT structure, see Using the Automation Library with Windows Mobile Ink.

Remarks

This event method is defined in the IInkStrokesinterface. The events in the IInkStrokesinterface implement the IDispatchinterface with an identifier of DISPID_SEStrokesAdded.

Requirements

Header msinkaut.h
Windows Embedded CE Windows CE 5.0 and later
Windows Mobile Windows Mobile 6 Classic and later, Windows Mobile 6 Professional and later

See Also