Events Overview
RadRibbonBar supports a number of server-side events that let you respond to complex actions at the server.
-
ApplicationMenuItemClick: Occurs when the user clicks on application menu item.
-
ButtonClick: Occurs when the user clicks on a Button.
-
ButtonToggle: Occurs when a toggle button is toggled.
-
LauncherClick : Occurs when a group launcher is clicked.
-
MenuItemClick: Occurs when a menu item is clicked.
-
SplitButtonClick: Occurs when the user clicks one a SplitButton.
-
SelectedTabChange: Occurs when non-selected tab is clicked.
-
ToggleListToggle: Occurs when a ToggleButton inside a ToggleList is toggled.
-
OnDropDownSelectedIndexChanged: Occurs when a different item from the DropDown is selected.
-
OnComboBoxSelectedIndexChanged: Occurs when a different item from the ComboBox DropDown is selected.
-
OnComboBoxTextChanged: Occurs when text in the ComboBox changes.
-
OnNumericTextBoxValueChanged : Occurs when the value in the TextBox changes.
-
OnColorPickerColorChanged : Occurs when the color in the ColorPicker changes.
For a live example of using server-side events, see Server Events.