SpreadsheetClientSideEvents Properties
Contains a list of the client-side events available for the ASPxSpreadsheet.| Name | Description |
|---|---|
| BeforeSend | Specifies a client function used to customize a web request before it is sent to the server. |
| BeginCallback | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client BeginCallback event. Inherited from CallbackClientSideEventsBase. |
| BeginSynchronization | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientSpreadsheet.BeginSynchronization event. |
| CallbackError | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client CallbackError event. Inherited from CallbackClientSideEventsBase. |
| CellBeginEdit | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientSpreadsheet.CellBeginEdit event. |
| CellCancelEdit | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientSpreadsheet.CellCancelEdit event. |
| CellEndEdit | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientSpreadsheet.CellEndEdit event. |
| CustomCommandExecuted | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientSpreadsheet.CustomCommandExecuted event. |
| DocumentChanged | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientSpreadsheet.DocumentChanged event. |
| EndCallback | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client EndCallback event. Inherited from CallbackClientSideEventsBase. |
| EndSynchronization | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientSpreadsheet.EndSynchronization event. |
| HyperlinkClick | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client ASPxClientSpreadsheet.HyperlinkClick 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. |
| PopupMenuShowing | Gets or sets the name of the JavaScript function or the entire code which will handle the client SpreadsheetClientSideEvents.PopupMenuShowing event. |
| ProtectionWarning | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientSpreadsheet.ProtectionWarning event. |
| SelectionChanged | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientSpreadsheet.SelectionChanged event. |
| ViewModeChanged | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientSpreadsheet.ViewModeChanged event. |
See Also