[]
Initializes a new instance of the NavBarCancelEventArgs class.
public NavBarCancelEventArgs(int newSelectedIndex, C1NavBarPanel newSelectedPanel, bool cancel)
| 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. |