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.
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