ReportObject.OnChildPropertyChanged(Int32, Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raises an event when the property of the child was changed.
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)
Parameters
- propertyIndex
- Int32
The index of the property.
- oldValue
- Object
The old value of the property.
- newValue
- Object
The new value of the property.