DataFormWebPart.OnLoad method
Raises the Load event.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Protected Overrides Sub OnLoad ( _
e As EventArgs _
)
'Usage
Dim e As EventArgs
Me.OnLoad(e)
protected override void OnLoad(
EventArgs e
)
e
Type: System.EventArgsThe event data.
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.