ICollectionView Events
Collapse the table of content
Expand the table of content

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.

  NameDescription
Public event CollectionChanged Occurs when the items list of the collection has changed, or the collection is reset. (Inherited from INotifyCollectionChanged.)
Public event CurrentChanged Occurs after the current item has been changed.
Public event CurrentChanging Occurs before the current item changes.
Top

Show:
© 2017 Microsoft