public event addTabRequested as ActionEvent
Emitted when the optional leading add-tab button is clicked.
tabs.showAddButton = true tabs.addTabRequested += lambda(e: ActionEvent): tabs.addTab("New", Label("..."))