BaseCollection<T>.OnRemoving Method
Called when an object is about to be removed from the collection.
Namespace: Microsoft.Rtc.Workflow.Utilities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Protected Overridable Sub OnRemoving ( _
item As T _
)
'Usage
Dim item As T
Me.OnRemoving(item)
protected virtual void OnRemoving(
T item
)
Parameters
- item
Type: T
The object removed from the collection.