SelectionChangedEventHandler Delegar
Definição
Representa o método que manipulará o evento roteado SelectionChanged.Represents the method that will handle the SelectionChanged routed event.
public delegate void SelectionChangedEventHandler(System::Object ^ sender, SelectionChangedEventArgs ^ e);
public delegate void SelectionChangedEventHandler(object sender, SelectionChangedEventArgs e);
type SelectionChangedEventHandler = delegate of obj * SelectionChangedEventArgs -> unit
Public Delegate Sub SelectionChangedEventHandler(sender As Object, e As SelectionChangedEventArgs)
Parâmetros
- sender
- Object
O objeto em que o manipulador de eventos está anexado.The object where the event handler is attached.
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. |