WebPartMobilePage.OnInitComplete Method
Represents the method that handles the InitComplete() event.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overrides Sub OnInitComplete ( _
e As EventArgs _
)
'Usage
Dim e As EventArgs
Me.OnInitComplete(e)
protected override void OnInitComplete(
EventArgs e
)
Parameters
e
Type: System.EventArgsAn object that contains data for the event.
Remarks
This override enables Web Part connections.