AddLinkEventArgs Constructor
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub New ( _
link As HyperLink _
)
'Usage
Dim link As HyperLink
Dim instance As New AddLinkEventArgs(link)
public AddLinkEventArgs(
HyperLink link
)
Parameters
- link
Type: System.Web.UI.WebControls.HyperLink