Occurs when items are added to or removed from the collection or the collection is reset
Namespace: BrightstarDB.EntityFrameworkAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public event NotifyCollectionChangedEventHandler CollectionChanged |
| Visual Basic |
|---|
Public Event CollectionChanged As NotifyCollectionChangedEventHandler |
| Visual C++ |
|---|
public:
virtual event NotifyCollectionChangedEventHandler^ CollectionChanged {
void add (NotifyCollectionChangedEventHandler^ value);
void remove (NotifyCollectionChangedEventHandler^ value);
} |
| F# |
|---|
abstract CollectionChanged : IEvent<NotifyCollectionChangedEventHandler,
NotifyCollectionChangedEventArgs>
override CollectionChanged : IEvent<NotifyCollectionChangedEventHandler,
NotifyCollectionChangedEventArgs> |
Value
Type:
System.Collections.Specialized..::..NotifyCollectionChangedEventHandlerImplements
INotifyCollectionChanged..::..CollectionChanged
See Also