NotifyCollectionChangedEventHandler Делегат

Определение

Представляет метод, обрабатывающий CollectionChanged событие.

public delegate void NotifyCollectionChangedEventHandler(System::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)

Параметры

sender
Object

Объект, вызвавшее событие.

e
NotifyCollectionChangedEventArgs

Сведения о событии.

Методы расширения

Имя Описание
GetMethodInfo(Delegate)

Возвращает объект, представляющий метод, представленный указанным делегатом.

Применяется к