Share via


BpmPropertyCollection.OnSetComplete Method

This member overrides CollectionBase.OnSetComplete(Int32, Object, Object).

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Protected Overrides Sub OnSetComplete ( _
    index As Integer, _
    oldValue As Object, _
    newValue As Object _
)
'Usage
Dim index As Integer
Dim oldValue As Object
Dim newValue As Object

Me.OnSetComplete(index, oldValue, _
    newValue)
protected override void OnSetComplete(
    int index,
    Object oldValue,
    Object newValue
)

Parameters

See Also

Reference

BpmPropertyCollection Class

BpmPropertyCollection Members

Microsoft.PerformancePoint.Scorecards Namespace