[This is preliminary documentation and is subject to change.]
Interface of collection item notified when added to collection
Namespace: Tools.CollectionsT.GenericTAssembly: 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
See Also
Version History
1.5.2
-
(Release)
Interface introduced