[This is preliminary documentation and is subject to change.]
Interface of collection item notified before and after added to collection
Namespace: Tools.CollectionsT.GenericTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public interface ICollectionCancelItem : ICollectionNotifyItem |
| Visual Basic |
|---|
Public Interface ICollectionCancelItem _ Inherits ICollectionNotifyItem |
| Visual C++ |
|---|
public interface class ICollectionCancelItem : ICollectionNotifyItem |
| F# |
|---|
type ICollectionCancelItem = interface interface ICollectionNotifyItem end |
| JScript |
|---|
public interface ICollectionCancelItem extends ICollectionNotifyItem |
Remarks
Only few collections, such as ListWithEvents<(Of <(<'T>)>)> supports this interface
See Also
Version History
1.5.2
- (Release) Interface introduced