C1CollectionView Class Events
In This Topic
For a list of all members of this type, see C1CollectionView members.
Public Events
| | Name | Description |
 | CurrentChanged | The event is triggered after the current item has been changed. |
 | CurrentChanging | The event is triggered before the current item is changing, and allows to cancel the move to another item. |
 | PageChanged | |
 | PageChanging | |
 | PropertyChanged | This event occurs when a property value has changed. |
 | VectorChanged | Occurs after the view item set has changed, due to applied transformations or changes happened in the underlying collection. |
Top
See Also