Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / FloatingWindowCreatedEventHandler Delegate
The source of an event.

In This Topic
    FloatingWindowCreatedEventHandler Delegate
    In This Topic
    A method template that is used to handle C1DockingManager.FloatingWindowCreated event.
    Syntax
    'Declaration
     
    
    Public Delegate Sub FloatingWindowCreatedEventHandler( _
       ByVal sender As Object, _
       ByVal e As FloatingWindowCreatedEventArgs _
    ) 
    public delegate void FloatingWindowCreatedEventHandler( 
       object sender,
       FloatingWindowCreatedEventArgs e
    )

    Parameters

    sender
    The source of an event.
    e
    See Also