InkCanvasSelectionEditingEventHandler Delegado

Definición

Representa el método que controla dos eventos que se producen cuando se producen cambios en : InkCanvasel SelectionMoving evento o el SelectionResizing evento .

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)

Parámetros

sender
Object

Origen del evento.

Métodos de extensión

Nombre Description
GetMethodInfo(Delegate)

Obtiene un objeto que representa el método representado por el delegado especificado.

Se aplica a