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