Interface INotifyCollectionChanging
- Namespace
- NMF.Collections.ObjectModel
- Assembly
- NMF.Collections.dll
Denotes an interface for collections that notify when a change attempt is performed
public interface INotifyCollectionChanging
Events
CollectionChanging
Gets raised when an attempt is made to change a given collection
event EventHandler<NotifyCollectionChangedEventArgs> CollectionChanging