Método ReportObject.OnPropertyChanged
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Raises an event when the property was changed.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Protected Friend Overridable Sub OnPropertyChanged ( _
propertyIndex As Integer, _
oldValue As Object, _
newValue As Object _
)
'Uso
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
)
Parâmetros
- propertyIndex
Tipo: System.Int32
The index of the property.
- oldValue
Tipo: System.Object
The old value of the property.
- newValue
Tipo: System.Object
The new value of the property.