TaskCollectionOnAdd Method
Raises the ItemAdded event when an item has been added to the
collection.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
protected override void OnAdd(
TaskItem item
)
Protected Overrides Sub OnAdd (
item As TaskItem
)
No code example is currently available or this language may not be supported.
Parameters
- item TaskItem
-
Reference to the item being added to the collection.