InkCanvas.OnSelectionResized(EventArgs) Method

Definition

Raises the SelectionResized event.

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

Parameters

e
EventArgs

The event data.

Remarks

This method is called after a selection of strokes and/or elements has been resized by the user and the change has been applied. Before the change is applied, the OnSelectionResizing method is called.

Applies to

See also