LookupField.OnPreRender 方法

表示处理PreRenderFieldMetadata对象的事件的方法。

命名空间:  Microsoft.SharePoint.WebControls
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Protected Overrides Sub OnPreRender ( _
    e As EventArgs _
)
用法
Dim e As EventArgs

Me.OnPreRender(e)
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
protected override void OnPreRender(
    EventArgs e
)

参数

另请参阅

引用

LookupField 类

LookupField 成员

Microsoft.SharePoint.WebControls 命名空间