ComponentOne Menus and Toolbars for WinForms
AutoCreatedDockingTabHandler Delegate

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace : AutoCreatedDockingTabHandler Delegate
The source of the event.
A AutoCreatedDockingTabEventArgs object that contains the event data.
Represents the method that will handle a AutoCreatedDockingTab event.
Syntax
'Declaration
 
Public Delegate Sub AutoCreatedDockingTabHandler( _
   ByVal sender As System.Object, _
   ByVal e As AutoCreatedDockingTabEventArgs _
) 
public delegate void AutoCreatedDockingTabHandler( 
   System.object sender,
   AutoCreatedDockingTabEventArgs e
)

Parameters

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

Reference

AutoCreatedDockingTabHandler Members
C1.Win.C1Command Namespace