Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / FloatingEventHandler Delegate

In This Topic
    FloatingEventHandler Delegate
    In This Topic
    Defines method signature to handle the Floating event.
    Syntax
    'Declaration
     
    
    Public Delegate Sub FloatingEventHandler( _
       ByVal sender As Object, _
       ByVal e As FloatingEventArgs _
    ) 
    public delegate void FloatingEventHandler( 
       object sender,
       FloatingEventArgs e
    )

    Parameters

    sender
    e
    See Also