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.
Represents the event generated when a link is added.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Event AddLink As EventHandler(Of AddLinkEventArgs)
'Usage
Dim instance As FeatureLinkSections
Dim handler As EventHandler(Of AddLinkEventArgs)
AddHandler instance.AddLink, handler
public event EventHandler<AddLinkEventArgs> AddLink