'Declaration Public Function New( _ ByVal newSelectedIndex As System.Integer, _ ByVal newSelectedPanel As C1NavBarPanel, _ ByVal cancel As System.Boolean _ )
public NavBarCancelEventArgs( System.int newSelectedIndex, C1NavBarPanel newSelectedPanel, System.bool cancel )
Parameters
- newSelectedIndex
- The new index for the selected panel.
- newSelectedPanel
- The new selected C1NavBarPanel.
- cancel
- True to cancel the event; otherwise, false.