ReportItem.OnAncestorChanged(IParent, IParent) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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)
参数
- oldValue
- IParent
- newValue
- IParent