ReportObject.OnChildPropertyChanged(Int32, Object, Object) メソッド

定義

子のプロパティが変更されたときにイベントを発生させます。

protected public:
 virtual void OnChildPropertyChanged(int propertyIndex, System::Object ^ oldValue, System::Object ^ newValue);
protected internal virtual void OnChildPropertyChanged (int propertyIndex, object oldValue, object newValue);
abstract member OnChildPropertyChanged : int * obj * obj -> unit
override this.OnChildPropertyChanged : int * obj * obj -> unit
Protected Friend Overridable Sub OnChildPropertyChanged (propertyIndex As Integer, oldValue As Object, newValue As Object)

パラメーター

propertyIndex
Int32

プロパティのインデックスです。

oldValue
Object

プロパティの古い値。

newValue
Object

プロパティの新しい値。

適用対象