BaseCollection<T>.OnAdded Method

Called when an object has been added to the collection.

Namespace:  Microsoft.Rtc.Workflow.Utilities
Assembly:  Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)

Syntax

'Declaration
Protected Overridable Sub OnAdded ( _
    item As T _
)
'Usage
Dim item As T

Me.OnAdded(item)
protected virtual void OnAdded(
    T item
)

Parameters

  • item
    Type: T
    The object added to the collection.

See Also

Reference

BaseCollection<T> Class

BaseCollection<T> Members

Microsoft.Rtc.Workflow.Utilities Namespace