InkCanvasSelectionChangingEventHandler Delegar
Definição
Representa o método que manipulará o evento de SelectionChanging de InkCanvas.Represents the method that will handle the SelectionChanging event of a InkCanvas.
public delegate void InkCanvasSelectionChangingEventHandler(System::Object ^ sender, InkCanvasSelectionChangingEventArgs ^ e);
public delegate void InkCanvasSelectionChangingEventHandler(object sender, InkCanvasSelectionChangingEventArgs e);
type InkCanvasSelectionChangingEventHandler = delegate of obj * InkCanvasSelectionChangingEventArgs -> unit
Public Delegate Sub InkCanvasSelectionChangingEventHandler(sender As Object, e As InkCanvasSelectionChangingEventArgs)
Parâmetros
- sender
- Object
A fonte do evento.The source of the event.
Os dados do evento.The event data.
- Herança
Métodos de Extensão
GetMethodInfo(Delegate) |
Obtém um objeto que representa o método representado pelo delegado especificado.Gets an object that represents the method represented by the specified delegate. |