ASPxSpreadsheet Events
A spreadsheet control.
Name | Description |
---|---|
Callback |
Fires when a round trip to the server has been initiated either manually (by a call to the client ASPx |
Callback |
Allows you to handle any server exception that might occur during server-side processing of a callback sent by a DevExpress web control.
Inherited from ASPx |
Cell |
Occurs after the cell content has been changed via the ASPx |
Custom |
Enables you to supply any server data that can then be parsed on the client. |
Data |
Occurs when the server control binds to a data source. Inherited from Control. |
Disposed |
Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP. |
Document |
Obsolete. Fires when a round trip to the server has been initiated by the loaded document. |
Document |
Fires before a file is uploaded to the Document Selector and allows you to cancel the action. |
Document |
Fires on the server side before a folder is created within the File |
Document |
Fires before an item is copied within the Document Selector, and allows you to cancel the action. |
Document |
Fires before an item is deleted within the File |
Document |
Fires before an item is moved within the File |
Document |
Fires before an item is renamed within the File |
Init | Occurs when the server control is initialized, which is the first step in its lifecycle. Inherited from Control. |
Initialize |
Occurs before a document is loaded. Handle this event to set initial document settings. |
Load | Occurs when the server control is loaded into the Page object. Inherited from Control. |
Pre |
Occurs after the Control object is loaded but prior to rendering. Inherited from Control. |
Saving | Allows you to implement custom saving logic. |
Unload | Occurs when the server control is unloaded from memory. Inherited from Control. |
View |
Fires before the control’s view mode is changed and allows you to cancel the action. |
See Also