WebFormsRootDesigner.OnLoadComplete(EventArgs) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当 Web 窗体页完全加载后,引发 LoadComplete 事件。
protected:
virtual void OnLoadComplete(EventArgs ^ e);
protected virtual void OnLoadComplete (EventArgs e);
abstract member OnLoadComplete : EventArgs -> unit
override this.OnLoadComplete : EventArgs -> unit
Protected Overridable Sub OnLoadComplete (e As EventArgs)