Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Raises an event when the property was changed.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Protected Friend Overridable Sub OnPropertyChanged ( _
propertyIndex As Integer, _
oldValue As Object, _
newValue As Object _
)
'Usage
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
)
Parameters
- 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.