InkPicture.StrokesDeleted event

Occurs after IInkStrokeDisp objects have been deleted from the Ink property.

Syntax

void StrokesDeleted();

Parameters

This event has no parameters.

Return value

This event does not return a value.

Remarks

There is no event data.

This event method is defined in the _IInkOverlayEvents and _IInkPictureEvents dispatch-only interfaces (dispinterfaces) with an ID of DISPID_IOEStrokesDeleted.

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