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

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

    Parameters

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