InkCanvas::SelectionChanging Event
.NET Framework (current version)
Occurs when a new set of ink strokes and/or elements is being selected.
Assembly: PresentationFramework (in PresentationFramework.dll)
The SelectionChanging event is raised when strokes and/or elements are selected by the user - but before the change is applied.
The SelectionChanging event is processed when the InkCanvasSelectionChangingEventHandler receives an InkCanvasSelectionChangingEventArgs object. InkCanvasSelectionChangingEventArgs provides methods for accessing FrameworkElement and StrokeCollection objects after they are selected by the user.
After the change is applied, the SelectionChanged event is raised.
Note |
|---|
The SelectionChanging event does not occur when the selected strokes are deleted or when the ActiveEditingMode property changes. |
.NET Framework
Available since 3.0
Available since 3.0
Show:
