Enhanced C#
Loyc library documentation
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
List of all members
Loyc.Collections.INotifyListChanged< T > Interface Template Reference

A version of INotifyListChanging{T, TCollection} in which TCollection is fixed at IListSource{T}. More...


Source file:
Inheritance diagram for Loyc.Collections.INotifyListChanged< T >:
Loyc.Collections.INotifyListChanged< T, TCollection > Loyc.Collections.IListWithChangeEvents< T > Loyc.Collections.IListExWithChangeEvents< T > Loyc.Collections.Impl.ListWithChangeEvents< T, TList > Loyc.Collections.ListWithChangeEvents< T >

Remarks

A version of INotifyListChanging{T, TCollection} in which TCollection is fixed at IListSource{T}.

Additional Inherited Members

- Events inherited from Loyc.Collections.INotifyListChanged< T, TCollection >
ListChangingHandler< T,
TCollection > 
ListChanged
 Occurs when the collection associated with this interface has changed. More...