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

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

    Parameters

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