NotifyCollectionChangedEventHandler Delegar
Definição
Representa o método que manipula o evento CollectionChanged.Represents the method that handles the CollectionChanged event.
public delegate void NotifyCollectionChangedEventHandler(System::Object ^ sender, NotifyCollectionChangedEventArgs ^ e);
public delegate void NotifyCollectionChangedEventHandler(object sender, NotifyCollectionChangedEventArgs e);
public delegate void NotifyCollectionChangedEventHandler(object? sender, NotifyCollectionChangedEventArgs e);
type NotifyCollectionChangedEventHandler = delegate of obj * NotifyCollectionChangedEventArgs -> unit
Public Delegate Sub NotifyCollectionChangedEventHandler(sender As Object, e As NotifyCollectionChangedEventArgs)
Parâmetros
- sender
- Object
O objeto que gerencie o evento.The object that raised the event.
Informações sobre o evento.Information about the event.
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. |