FeatureLinkSections.OnAddLink Method
Raises the AddLink event.
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 EventArgs object that contains the event data.