| NotifyingCollectionTCollectionChanged Event |
Occurs when items were added, replaced or removed.
Namespace: DigitalRune.CollectionsAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public event EventHandler<CollectionChangedEventArgs<T>> CollectionChanged
Public Event CollectionChanged As EventHandler(Of CollectionChangedEventArgs(Of T))
public:
event EventHandler<CollectionChangedEventArgs<T>^>^ CollectionChanged {
void add (EventHandler<CollectionChangedEventArgs<T>^>^ value);
void remove (EventHandler<CollectionChangedEventArgs<T>^>^ value);
}
member CollectionChanged : IEvent<EventHandler<CollectionChangedEventArgs<'T>>,
CollectionChangedEventArgs<'T>>
Value
Type:
SystemEventHandlerCollectionChangedEventArgsTSee Also