InkCanvas.OnSelectionChanging(InkCanvasSelectionChangingEventArgs) Metoda

Definice

SelectionChanging Vyvolá událost.

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)

Parametry

Poznámky

Tato metoda je volána, když uživatel provede nový výběr tahů a/nebo prvků, ale před použitím změny. Po použití změny je volána OnSelectionChanged metoda .

Platí pro

Viz také