InkCanvas.OnSelectionResized(EventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.