DataFormWebPart.OnLoad Method
Raises the Load event.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overrides Sub OnLoad ( _
e As EventArgs _
)
'Usage
Dim e As EventArgs
Me.OnLoad(e)
protected override void OnLoad(
EventArgs e
)
Parameters
e
Type: System.EventArgsThe event data.
Remarks
This method overrides the base class to provide additional processing.
The connections that are triggered for re-firing provider connections must be specific, rather than all provider connections. Unnecessary connections should be removed before using this method.