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

Interface of collection item notified before and after 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 ICollectionCancelItem : ICollectionNotifyItem
Visual Basic (Declaration)
Public Interface ICollectionCancelItem _
	Implements ICollectionNotifyItem
Visual C++
public interface class ICollectionCancelItem : ICollectionNotifyItem
J#
public interface ICollectionCancelItem extends ICollectionNotifyItem
JScript
public interface ICollectionCancelItem extends ICollectionNotifyItem

Remarks

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

See Also