ComponentOne Menus and Toolbars for WinForms
FloatingWindowCreatedEventHandler Delegate

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace : FloatingWindowCreatedEventHandler Delegate
The source of an event.
A method template that is used to handle C1DockingManager.FloatingWindowCreated event.
Syntax
'Declaration
 
Public Delegate Sub FloatingWindowCreatedEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As FloatingWindowCreatedEventArgs _
) 
public delegate void FloatingWindowCreatedEventHandler( 
   System.object sender,
   FloatingWindowCreatedEventArgs e
)

Parameters

sender
The source of an event.
e
See Also

Reference

FloatingWindowCreatedEventHandler Members
C1.Win.C1Command Namespace