ManageLinksControl.OnInit Method
Handles the Init event.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Overrides Sub OnInit ( _
sender As Object, _
e As EventArgs _
)
'Usage
Dim sender As Object
Dim e As EventArgs
Me.OnInit(sender, e)
protected override void OnInit(
Object sender,
EventArgs e
)
Parameters
sender
Type: System.ObjectThe sender of the event.
e
Type: System.EventArgsThe data for the event.
Remarks
This override creates the profile links list and initializes the information associated with the links for displaying to the client and registers the client ECMAScript (JavaScript, JScript) that is used to delete the links.