The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
CollectionView::CurrentChanging Event
.NET Framework (current version)
Occurs when the CurrentItem is changing.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: event CurrentChangingEventHandler^ CurrentChanging { virtual void add(CurrentChangingEventHandler^ value); virtual void remove(CurrentChangingEventHandler^ value); }
Implements
ICollectionView::CurrentChangingNotes to Inheritors:
Raise this event before changing the CurrentItem.
.NET Framework
Available since 3.0
Available since 3.0
Show: