ReportItem.OnAncestorChanged(IParent, IParent) Método

Definición

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

Parámetros

oldValue
IParent
newValue
IParent

Se aplica a