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

In This Topic
    TabPageClosing Event (C1DockingTab)
    In This Topic
    Event fired when the currently selected page is about to be closed by the user. Allows to cancel closing the page.
    Syntax
    'Declaration
     
    
    Public Event TabPageClosing As TabPageCancelEventHandler
    public event TabPageCancelEventHandler TabPageClosing
    Event Data

    The event handler receives an argument of type TabPageCancelEventArgs containing data related to this event. The following TabPageCancelEventArgs properties provide information specific to this event.

    PropertyDescription
    (Inherited from System.ComponentModel.CancelEventArgs)
    See Also