Share via


ReportItem.OnParentChanged(IParent, IParent) Method

Definition

protected:
 virtual void OnParentChanged(Microsoft::ReportDesigner::IParent ^ oldValue, Microsoft::ReportDesigner::IParent ^ newValue);
protected virtual void OnParentChanged (Microsoft.ReportDesigner.IParent oldValue, Microsoft.ReportDesigner.IParent newValue);
abstract member OnParentChanged : Microsoft.ReportDesigner.IParent * Microsoft.ReportDesigner.IParent -> unit
override this.OnParentChanged : Microsoft.ReportDesigner.IParent * Microsoft.ReportDesigner.IParent -> unit
Protected Overridable Sub OnParentChanged (oldValue As IParent, newValue As IParent)

Parameters

oldValue
IParent
newValue
IParent

Applies to