InkCanvasSelectionEditingEventHandler Delegate

Definition

Represents the method that handles two events raised when changes occur on an InkCanvas: the SelectionMoving event, or the SelectionResizing event.

public delegate void InkCanvasSelectionEditingEventHandler(System::Object ^ sender, InkCanvasSelectionEditingEventArgs ^ e);
public delegate void InkCanvasSelectionEditingEventHandler(object sender, InkCanvasSelectionEditingEventArgs e);
type InkCanvasSelectionEditingEventHandler = delegate of obj * InkCanvasSelectionEditingEventArgs -> unit
Public Delegate Sub InkCanvasSelectionEditingEventHandler(sender As Object, e As InkCanvasSelectionEditingEventArgs)

Parameters

sender
Object

The source of the event.

Extension Methods

GetMethodInfo(Delegate)

Gets an object that represents the method represented by the specified delegate.

Applies to