SealableListTCollectionChanged - событие |
Событие, уведомляющее об изменении коллекции у модели представления.
Пространство имён:
Tessa.Platform.Collections
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public event NotifyCollectionChangedEventHandler CollectionChanged
Public Event CollectionChanged As NotifyCollectionChangedEventHandler
public:
virtual event NotifyCollectionChangedEventHandler^ CollectionChanged {
void add (NotifyCollectionChangedEventHandler^ value);
void remove (NotifyCollectionChangedEventHandler^ value);
}
abstract CollectionChanged : IEvent<NotifyCollectionChangedEventHandler,
NotifyCollectionChangedEventArgs>
override CollectionChanged : IEvent<NotifyCollectionChangedEventHandler,
NotifyCollectionChangedEventArgs>
Значение
Тип:
System.Collections.SpecializedNotifyCollectionChangedEventHandlerРеализации
INotifyCollectionChangedCollectionChangedСм. также