'Declaration
Public Delegate Sub CommandLinkEventHandler( _ ByVal sender As Object, _ ByVal e As CommandLinkEventArgs _ )
public delegate void CommandLinkEventHandler( object sender, CommandLinkEventArgs e )
Parameters
- sender
- The source of the event.
- e
- A CommandLinkEventArgs object that contains the event data.