UrlField.OnLoad 方法
表示处理Load事件的方法。
命名空间: Microsoft.SharePoint.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Protected Overrides Sub OnLoad ( _
e As EventArgs _
)
用法
Dim e As EventArgs
Me.OnLoad(e)
protected override void OnLoad(
EventArgs e
)
参数
e
类型:System.EventArgs包含事件数据EventArgs 。
备注
此方法调用父方法OnLoad ,它初始化将Url属性设为默认值 (即,nonpostback 请求) 的当前页的首次请求,如果没有值 (即不是有效的 URL) 的字符串。