RibbonClientSideEvents Properties
Contains a list of the client-side events available for the ASPxRibbon.| Name | Description |
|---|---|
| ActiveTabChanged | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientRibbon.ActiveTabChanged event. |
| CommandExecuted | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientRibbon.CommandExecuted event. |
| DialogBoxLauncherClicked | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientRibbon.DialogBoxLauncherClicked event. |
| FileTabClicked | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientRibbon.FileTabClicked event. |
| Init | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s ASPxClientControlBase.Init client-side event. Inherited from ClientSideEvents. |
| KeyTipsClosedOnEscape | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientRibbon.KeyTipsClosedOnEscape event. |
| MinimizationStateChanged | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientRibbon.MinimizationStateChanged event. |
See Also