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.
Occurs when any EmbeddedImage property changes.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Protected Friend Overrides 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 override void OnPropertyChanged(
int propertyIndex,
Object oldValue,
Object newValue
)
protected public:
virtual void OnPropertyChanged(
int propertyIndex,
Object^ oldValue,
Object^ newValue
) override
abstract OnPropertyChanged :
propertyIndex:int *
oldValue:Object *
newValue:Object -> unit
override OnPropertyChanged :
propertyIndex:int *
oldValue:Object *
newValue:Object -> unit
override function OnPropertyChanged(
propertyIndex : int,
oldValue : Object,
newValue : Object
)
Parameters
- propertyIndex
Type: System.Int32
The index of the property.
- oldValue
Type: System.Object
The previous value of the property.
- newValue
Type: System.Object
The new value of the property.