InkCanvas::SelectionResizing Event
Occurs before selected strokes and elements are resized.
Assembly: PresentationFramework (in PresentationFramework.dll)
This event occurs after the user requests that a selection of strokes and/or elements be resized, but before the change is applied.
The event handler receives an argument of type InkCanvasSelectionEditingEventArgs that contains two properties: OldRectangle and NewRectangle. OldRectangle defines the boundaries of the selection before the resizing operation and NewRectangle defines the boundaries of the selection after the resizing operation.
After the strokes and/or elements are updated with the new size, the SelectionResized event is raised.
Available since 3.0