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