[This is preliminary documentation and is subject to change.]

Interface of collection item notified when added to collection

Namespace:  Tools.CollectionsT.GenericT
Assembly:  Tools (in Tools.dll) Version: 1.5.2.0

Vertion history

1.5.2 (Release)
Interface introduced

Syntax

C#
public interface ICollectionNotifyItem
Visual Basic (Declaration)
Public Interface ICollectionNotifyItem
Visual C++
public interface class ICollectionNotifyItem
J#
public interface ICollectionNotifyItem
JScript
public interface ICollectionNotifyItem

Remarks

Only few collections, such as ListWithEvents<(Of <(T>)>) supports this interface

See Also