Share via


DynamicCollection.UpdatedItem Event (Microsoft.PerformancePoint.Scorecards)

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

Syntax

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

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

See Also

Reference

DynamicCollection Generic Class
DynamicCollection Members
Microsoft.PerformancePoint.Scorecards Namespace