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

In This Topic
    CustomizeLinkEventHandler Delegate
    In This Topic
    Represents the method that will handle a CustomizeLink event.
    Syntax
    'Declaration
     
    
    Public Delegate Sub CustomizeLinkEventHandler( _
       ByVal sender As Object, _
       ByVal e As CustomizeLinkEventArgs _
    ) 
    public delegate void CustomizeLinkEventHandler( 
       object sender,
       CustomizeLinkEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    A CustomizeLinkEventArgs object that contains the event data.
    See Also