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.

See Also

Reference

BaseCollection<T> Class

BaseCollection<T> Members

Microsoft.Rtc.Workflow.Utilities Namespace