Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Handles the add link event of a FeatureLinks object.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overridable Sub OnAddLink ( _
e As AddLinkEventArgs _
)
'Usage
Dim e As AddLinkEventArgs
Me.OnAddLink(e)
protected virtual void OnAddLink(
AddLinkEventArgs e
)
Parameters
e
Type: Microsoft.SharePoint.WebControls.AddLinkEventArgsAn AddLinkEventArgs object that contains the event data.