[]
        
(Showing Draft Content)

C1.Win.Command.C1NavBar.PanelClosing

PanelClosing Event

Occurs when the currently selected panel is about to be closed by the user. Allows to cancel closing the panel.

Namespace: C1.Win.Command
Assembly: C1.Win.Command.4.8.dll
Syntax
[C1Description("C1NavBar.PanelClosing", "Occurs when the currently selected panel is about to be closed by the user. Allows to cancel closing the panel.")]
public event PanelCancelEventHandler PanelClosing
<C1Description("C1NavBar.PanelClosing", "Occurs when the currently selected panel is about to be closed by the user. Allows to cancel closing the panel.")>
Public Event PanelClosing As PanelCancelEventHandler
Returns
Type Description
PanelCancelEventHandler Occurs when the currently selected panel is about to be closed by the user. Allows to cancel closing the panel.