Share via


BpmPropertyCollection.OnRemove Method

Called when an object is removed from the collection.

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
    Type: System.Int32

    The zero-based index of the removed object.

See Also

Reference

BpmPropertyCollection Class

BpmPropertyCollection Members

Microsoft.PerformancePoint.Scorecards Namespace