Share via


DynamicCollection.OnInsertedItem Method (Microsoft.PerformancePoint.Scorecards)

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Protected Overridable Sub OnInsertedItem ( _
    e As DynamicEventArgs(Of T) _
)
'Usage
Dim e As DynamicEventArgs(Of T)

Me.OnInsertedItem(e)
protected virtual void OnInsertedItem (
    DynamicEventArgs<T> e
)

Parameters

  • e

See Also

Reference

DynamicCollection Generic Class
DynamicCollection Members
Microsoft.PerformancePoint.Scorecards Namespace