Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / DrawLinkEventHandler Delegate
The source of the event.
A DrawLinkEventArgs object that contains the event data.

In This Topic
    DrawLinkEventHandler Delegate
    In This Topic
    Represents the method that will handle a DrawLink event.
    Syntax
    '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.
    See Also