Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1DockingTab Class / AutoCreatedDockingTab Event

In This Topic
    AutoCreatedDockingTab Event
    In This Topic
    Fired when a new C1DockingTab is automatically created in response to user actions (e.g. tearing off a tab and dropping it elsewhere).
    Syntax
    'Declaration
     
    
    Public Event AutoCreatedDockingTab As AutoCreatedDockingTabHandler
    public event AutoCreatedDockingTabHandler AutoCreatedDockingTab
    See Also