ComponentOne Menus and Toolbars for WinForms
SelectedPanelChanging Event

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > C1NavBar Class : SelectedPanelChanging Event
Occurs when the currently selected panel is about to be changed. Allows to cancel changing the panel.
Syntax
'Declaration
 
Public Event SelectedPanelChanging As NavBarCancelEventHandler
public event NavBarCancelEventHandler SelectedPanelChanging
Event Data

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

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