ReportItem.OnAncestorChanged(IParent, IParent) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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