OnChildPropertyChanged 方法

此 API 支援 基礎結構,但無法直接從您的程式碼使用。

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Protected Friend Overridable Sub OnChildPropertyChanged ( _
    propertyIndex As Integer, _
    oldValue As Object, _
    newValue As Object _
)
'用途
Dim propertyIndex As Integer
Dim oldValue As Object
Dim newValue As Object

Me.OnChildPropertyChanged(propertyIndex, _
    oldValue, newValue)
protected internal virtual void OnChildPropertyChanged(
    int propertyIndex,
    Object oldValue,
    Object newValue
)
protected public:
virtual void OnChildPropertyChanged(
    int propertyIndex, 
    Object^ oldValue, 
    Object^ newValue
)
abstract OnChildPropertyChanged : 
        propertyIndex:int * 
        oldValue:Object * 
        newValue:Object -> unit 
override OnChildPropertyChanged : 
        propertyIndex:int * 
        oldValue:Object * 
        newValue:Object -> unit 
 function OnChildPropertyChanged(
    propertyIndex : int, 
    oldValue : Object, 
    newValue : Object
)

參數