Share via


BpmPropertyCollection.OnSetComplete - Méthode

Appelé lorsqu'un objet est supprimé.

Espace de noms :  Microsoft.PerformancePoint.Scorecards
Assembly :  Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntaxe

'Déclaration
Protected Overrides Sub OnSetComplete ( _
    index As Integer, _
    oldValue As Object, _
    newValue As Object _
)
'Utilisation
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
)

Paramètres

Voir aussi

Référence

BpmPropertyCollection classe

BpmPropertyCollection - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms