Share via


DynamicCollection.OnClearedItems Method (Microsoft.PerformancePoint.Scorecards)

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

Syntax

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

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

Parameters

  • e

See Also

Reference

DynamicCollection Generic Class
DynamicCollection Members
Microsoft.PerformancePoint.Scorecards Namespace