SPLinkButton.Command Event
Adds or removes a command event handler.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Event Command As CommandEventHandler
'Usage
Dim instance As SPLinkButton
Dim handler As CommandEventHandler
AddHandler instance.Command, handler
public event CommandEventHandler Command