Occurs when an item is added, removed, or changed, or the entire list is refreshed.
Namespace: Mindscape.SilverlightElementsAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.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); } |