InkPicture.StrokesDeleting event

Occurs before IInkStrokeDisp objects are deleted from the Ink property.

Syntax

void StrokesDeleting(
  [in] IInkStrokes *Strokes
);

Parameters

Strokes [in]

The InkStrokes collection deleted when the StrokesDeleting event fires.

Return value

This event does not return a value.

Remarks

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

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