Share via


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 _
)
protected virtual void OnRemoving(
    T item
)
protected:
virtual void OnRemoving(
    T item
)
function onRemoving(item);

Parameters

  • item
    Type: T
    The object removed from the collection.

See Also

BaseCollection<(Of <(T>)>) Class

Microsoft.Rtc.Workflow.Utilities Namespace