InkCanvas::SelectionMoving Event
Occurs before selected strokes and elements are moved.
Assembly: PresentationFramework (in PresentationFramework.dll)
This event occurs after the user requests that a selection of strokes and/or elements be moved, but before the change is applied.
The event handler receives an argument of type InkCanvasSelectionEditingEventArgs with two properties: OldRectangle and NewRectangle. OldRectangle defines the boundaries of the selection before the move and NewRectangle defines the boundaries of the selection after the move.
After the change is applied, the SelectionMoved event will occur.
Available since 3.0