HierarchicalDataBoundControl.OnLoad(EventArgs) 方法

定义

处理 Load 事件。

protected public:
 override void OnLoad(EventArgs ^ e);
protected internal override void OnLoad (EventArgs e);
override this.OnLoad : EventArgs -> unit
Protected Friend Overrides Sub OnLoad (e As EventArgs)

参数

e
EventArgs

包含事件数据的 EventArgs 对象。

注解

处理 HierarchicalDataBoundControl Load 事件,以在 HTTP 请求不是回发时将 属性true设置为 RequiresDataBinding

适用于