InkCanvas.OnSelectionChanged(EventArgs) Method

Definition

Raises the SelectionChanged event.

protected:
 virtual void OnSelectionChanged(EventArgs ^ e);
protected virtual void OnSelectionChanged (EventArgs e);
abstract member OnSelectionChanged : EventArgs -> unit
override this.OnSelectionChanged : EventArgs -> unit
Protected Overridable Sub OnSelectionChanged (e As EventArgs)

Parameters

e
EventArgs

The event data.

Remarks

This method is called after a set of ink strokes and/or elements has been selected by the user and the selection change has been applied. Before the change is applied, the OnSelectionChanging method is called.

Applies to

See also