Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Raises an event when the property was changed.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Protected Friend Overridable Sub OnPropertyChanged ( _
propertyIndex As Integer, _
oldValue As Object, _
newValue As Object _
)
'Utilisation
Dim propertyIndex As Integer
Dim oldValue As Object
Dim newValue As Object
Me.OnPropertyChanged(propertyIndex, _
oldValue, newValue)
protected internal virtual void OnPropertyChanged(
int propertyIndex,
Object oldValue,
Object newValue
)
protected public:
virtual void OnPropertyChanged(
int propertyIndex,
Object^ oldValue,
Object^ newValue
)
abstract OnPropertyChanged :
propertyIndex:int *
oldValue:Object *
newValue:Object -> unit
override OnPropertyChanged :
propertyIndex:int *
oldValue:Object *
newValue:Object -> unit
function OnPropertyChanged(
propertyIndex : int,
oldValue : Object,
newValue : Object
)
Paramètres
- propertyIndex
Type : System.Int32
The index of the property.
- oldValue
Type : System.Object
The old value of the property.
- newValue
Type : System.Object
The new value of the property.