Share via


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

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.

See Also

Reference

ManageLinksControl Class

ManageLinksControl Members

Microsoft.SharePoint.Portal.WebControls Namespace