CollectionView::CurrentChanged Event
.NET Framework (current version)
Occurs after the CurrentItem has changed.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: event EventHandler^ CurrentChanged { virtual void add(EventHandler^ value); virtual void remove(EventHandler^ value); }
Implements
ICollectionView::CurrentChangedNotes to Inheritors:
Raise this event after changing the CurrentItem.
.NET Framework
Available since 3.0
Available since 3.0
Show: