次の方法で共有


OnPropertyChanged メソッド

この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Protected Friend Overridable Sub OnPropertyChanged ( _
    propertyIndex As Integer, _
    oldValue As Object, _
    newValue As Object _
)
'使用
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
)

パラメーター