Share via


DynamicCollection.InsertedItem Event (Microsoft.PerformancePoint.Scorecards)

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

Syntax

'Declaration
Public Event InsertedItem As EventHandler(Of DynamicEventArgs(Of T))
'Usage
Dim instance As DynamicCollection(Of T)
Dim handler As EventHandler(Of DynamicEventArgs(Of T))

AddHandler instance.InsertedItem, handler
public event EventHandler<DynamicEventArgs<T>> InsertedItem

See Also

Reference

DynamicCollection Generic Class
DynamicCollection Members
Microsoft.PerformancePoint.Scorecards Namespace