ICollectionView Events
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
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. |
Show: