ReportItem.OnParentChanged(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.
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)
Parâmetros
- oldValue
- IParent
- newValue
- IParent