[]
        
(Showing Draft Content)

C1.Win.C1Command.NavBarCancelEventArgs.-ctor

NavBarCancelEventArgs Constructor

NavBarCancelEventArgs(int, C1NavBarPanel, bool)

Initializes a new instance of the NavBarCancelEventArgs class.

Declaration
public NavBarCancelEventArgs(int newSelectedIndex, C1NavBarPanel newSelectedPanel, bool cancel)
Parameters
Type Name Description
int newSelectedIndex

The new index for the selected panel.

C1NavBarPanel newSelectedPanel

The new selected C1NavBarPanel.

bool cancel

True to cancel the event; otherwise, false.