ChangeObjectCollectionTOnRemove Method
Raises the Remove event when an item has been removed from the
collection.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
protected virtual void OnRemove(
T item
)
Protected Overridable Sub OnRemove (
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 removed.