ChangeObjectCollectionTOnAdd Method
Raises the Add event when an item has been added to the collection.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
protected virtual void OnAdd(
T item
)
Protected Overridable Sub OnAdd (
item As T
)
No code example is currently available or this language may not be supported.
Parameters
- item T
-
Reference to the item that has been added.