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.Int32The zero-based index of the removed object.
value
Type: System.ObjectThe removed object.