DataFormWebPart.OnLoad method
引發Load事件。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Protected Overrides Sub OnLoad ( _
e As EventArgs _
)
'用途
Dim e As EventArgs
Me.OnLoad(e)
protected override void OnLoad(
EventArgs e
)
參數
e
Type: System.EventArgs事件資料。
備註
這個方法會覆寫基底類別,以提供額外的處理。
觸發重新引發提供者連線的連線必須是特定,而不是所有的提供者連線。使用這個方法之前,應該移除不必要的連線。