ComponentOne Menus and Toolbars for WinForms
TabPageClosing Event (C1DockingTab)

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > C1DockingTab Class : TabPageClosing Event
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