InkCanvas.OnSelectionChanging(InkCanvasSelectionChangingEventArgs) Method

Definition

Raises the SelectionChanging event.

protected:
 virtual void OnSelectionChanging(System::Windows::Controls::InkCanvasSelectionChangingEventArgs ^ e);
protected virtual void OnSelectionChanging (System.Windows.Controls.InkCanvasSelectionChangingEventArgs e);
abstract member OnSelectionChanging : System.Windows.Controls.InkCanvasSelectionChangingEventArgs -> unit
override this.OnSelectionChanging : System.Windows.Controls.InkCanvasSelectionChangingEventArgs -> unit
Protected Overridable Sub OnSelectionChanging (e As InkCanvasSelectionChangingEventArgs)

Parameters

Remarks

This method is called when a new selection of strokes and/or elements is made by the user, but before the change is applied. After the change has been applied, the OnSelectionChanged method is called.

Applies to

See also