The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
InkCanvasSelectionEditingEventHandler Delegate
.NET Framework (current version)
Represents the method that handles two events raised when changes occur on an InkCanvas: the SelectionMoving event, or the SelectionResizing event.
Assembly: PresentationFramework (in PresentationFramework.dll)
Public Delegate Sub InkCanvasSelectionEditingEventHandler ( sender As Object, e As InkCanvasSelectionEditingEventArgs )
Parameters
- sender
-
Type:
System.Object
The source of the event.
- e
-
Type:
System.Windows.Controls.InkCanvasSelectionEditingEventArgs
The event data.
.NET Framework
Available since 3.0
Available since 3.0
Show: