Share via


VersionInfoCollection.OnRemove Method (Microsoft.PerformancePoint.Scorecards)

Called when an item is removed.

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

Syntax

'Declaration
Protected Overrides Sub OnRemove ( _
    index As Integer, _
    value As Object _
)
'Usage
Dim index As Integer
Dim value As Object

Me.OnRemove(index, value)
protected override void OnRemove (
    int index,
    Object value
)

Parameters

  • index
    Index of item.
  • value
    Value of item.

See Also

Reference

VersionInfoCollection Class
VersionInfoCollection Members
Microsoft.PerformancePoint.Scorecards Namespace