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

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

    Parameters

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