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 a stroke is added to the IInkDispobject.

Syntax

void InkAdded([in] VARIANT StrokeIds);

Parameters

StrokeIds

[in] The integer array of stroke ID information for all of the strokes that have been added when this event occurs.

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

Remarks

If you use the IInkOverlayobject (where IInkOverlay::EditingModeequals Delete and IInkOverlay::EraserModeequals StrokeErase) and pass the eraser over a stroke, you get the following sequence of events:

  • InkDeleted

  • InkAdded

  • InkDeleted

The additional InkAddedand IInkDisp::InkDeletedevents occur because the underlying code adds an internal, invisible stroke to track the eraser.

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

The InkAddedevent is fired even when in select or erase mode, not just when inserting ink. This requires that you monitor the editing mode (which you are responsible for setting) and be aware of the mode before interpreting the event. The advantage of this requirement is greater freedom to innovate on the platform through greater awareness of platform events.

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

500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@systemmanager.forsenergy.ru to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.