ICollectionView Events
Silverlight
The ICollectionView type exposes the following members.
| Name | Description | |
|---|---|---|
|
CollectionChanged | Occurs when the items list of the collection has changed, or the collection is reset. (Inherited from INotifyCollectionChanged.) |
|
CurrentChanged | Occurs after the current item has been changed. |
|
CurrentChanging | Occurs before the current item changes. |