[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.3.38916 (1.5.3.38916)

Syntax

C#
public interface ICollectionNotifyItem
Visual Basic
Public Interface ICollectionNotifyItem
Visual C++
public interface class ICollectionNotifyItem
F#
type ICollectionNotifyItem =  interface end
JScript
public interface ICollectionNotifyItem

Remarks

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

See Also

Collapse/expand Version History

1.5.2

  • (Release) Interface introduced