Share via


BpmPropertyCollection.OnRemove Method (Microsoft.PerformancePoint.Scorecards)

Called when an object 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
    The index of the object that is being removed.
  • value
    The value of the object being removed.

See Also

Reference

BpmPropertyCollection Class
BpmPropertyCollection Members
Microsoft.PerformancePoint.Scorecards Namespace