InkPicture.SelectionChanging event

Occurs when the selection of ink within the InkPicture control is about to change, such as through alterations to the user interface, cut-and-paste procedures, or the Selection property.

Syntax

void SelectionChanging(
  [in] IInkStrokes *NewSelection
);

Parameters

NewSelection [in]

The new collection of InkStrokes that is being selected.

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_IOESelectionChanging.

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

Selection Property [InkPicture Control]