InkCanvasSelectionEditingEventHandler Delegar

Definição

Representa o método que gere dois eventos levantados quando ocorrem alterações num InkCanvas: o SelectionMoving evento, ou o 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

A origem do evento.

e
InkCanvasSelectionEditingEventArgs

Os dados do evento.

Métodos da Extensão

Name Description
GetMethodInfo(Delegate)

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

Aplica-se a