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

속성의 새 값입니다.

적용 대상