Enhanced C#
Language of your choice: library documentation
Public Member Functions | List of all members
Loyc.Collections.ListWithChangeEvents< T > Class Template Reference

A list wrapper that provides ListChanging and ListChanged events. Shorthand for Loyc.Collections.Impl.ListWithChangeEvents<T,IList<T>>. More...


Source file:
Inheritance diagram for Loyc.Collections.ListWithChangeEvents< T >:

Remarks

A list wrapper that provides ListChanging and ListChanged events. Shorthand for Loyc.Collections.Impl.ListWithChangeEvents<T,IList<T>>.

Public Member Functions

 ListWithChangeEvents (IList< T > wrappedObject)