InkCanvasSelectionEditingEventHandler Delegar

Definição

Representa o método que manipula dois eventos acionados quando ocorrem alterações em um InkCanvas: o evento SelectionMoving ou o evento SelectionResizing.

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

A fonte do evento.

e
InkCanvasSelectionEditingEventArgs

Os dados do evento.

Métodos de Extensão

GetMethodInfo(Delegate)

Obtém um objeto que representa o método representado pelo delegado especificado.

Aplica-se a