| Name | Description |
| ActiveRowChanged | Occurs when the user sets the operation mode to row mode and moves the focus to a new row. |
| ActiveSheetChanged | Occurs when the user changes the active sheet. |
| Aggregate | Occurs when the data model aggregates. |
| AutoFilteredColumn | Occurs when the user is done filtering. |
| AutoFilteringColumn | Occurs when the user is filtering. |
| ButtonCommand | Occurs when a user clicks a button cell on a sheet. |
| CancelCommand | Occurs when the user clicks the Cancel button on the component. |
| CellClick | Occurs when the user clicks a cell using the left mouse button. |
| ChildViewCreated | Occurs when the user creates a child sheet. |
| ColumnHeaderClick | Occurs when the user clicks a cell in the column header using the left mouse button. |
| CreateButton | Occurs when the user clicks on the Create button. |
| DataBinding | Occurs when the server control binds to a data source. (Inherited from System.Web.UI.Control) |
| DeleteColumnCommand | Occurs when the user clicks/touches on the DeleteColumn button on the component and deletes column(s) in the active sheet. |
| DeleteCommand | Occurs when the user clicks the Delete button on the component. |
| DeleteRowCommand | Occurs when the user clicks/touches on the DeleteRow button on the component and deletes row(s) in the active sheet. |
| Disposed | Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested. (Inherited from System.Web.UI.Control) |
| EditCommand | Occurs when the user clicks the Edit button on the component. |
| ErrorCommand | Occurs when the use of a command button causes an error. |
| ExportExcel | Occurs before saving Spread to Excel. |
| FetchGroupText | Occurs when spread creates the group bar. |
| Grouped | Occurs when the user is done grouping. |
| Grouping | Occurs when the user is grouping. |
| HideColumnCommand | Occurs when the user clicks/touches on the HideColumn button on the component and hides column(s) in the active sheet. |
| HideRowCommand | Occurs when the user clicks/touches on the HideRow button on the component and hides row(s) in the active sheet. |
| Init | Occurs when the server control is initialized, which is the first step in its lifecycle. (Inherited from System.Web.UI.Control) |
| InsertColumnCommand | Occurs when the user clicks/touches on the InsertColumn button on the component and inserts column(s) in the active sheet. |
| InsertCommand | Occurs when the user clicks on the Insert button on the component and inserts a new row in the active sheet. |
| InsertRowCommand | Occurs when the user clicks/touches on the InsertRow button on the component and inserts row(s) in the active sheet. |
| Load | Occurs when the server control is loaded into the System.Web.UI.Page object. (Inherited from System.Web.UI.Control) |
| MenuItemClicked | Occurs when the Spread context menu item is clicked. |
| PreRender | Occurs after the System.Web.UI.Control object is loaded but prior to rendering. (Inherited from System.Web.UI.Control) |
| PrintAbort | Occurs continually as printing occurs in order to give the user the opportunity to discontinue a print job. |
| PrintBackground | Occurs before each page is printed. |
| PrintExternalImage | Represents a defined method that handles the PrintExternalImage event for the Spread component. |
| PrintExternalImageEnd | Represents a defined method that handles the PrintExternalImageEnd event for the Spread component. |
| PrintPDF | Occurs before printing spread to PDF. |
| PrintSheet | Occurs when a sheet is printed. |
| RowHeaderClick | Occurs when the user clicks a cell in the row header using the left mouse button. |
| SaveOrLoadSheetState | Occurs when the user saves or loads a view state of a sheet. |
| SortColumnCommand | Occurs when the user sorts a column. |
| TopRowChanged | Occurs when the user changes the top row of a sheet. |
| TouchStripItemClicked | Occurs when the TouchStrip item is clicked. |
| Ungrouped | Occurs when the user is done grouping. |
| UnhideColumnCommand | Occurs when the user clicks/touches on the UnhideColumn button on the component and un-hides column(s) in the active sheet. |
| UnhideRowCommand | Occurs when the user clicks/touches on the UnhideRow button on the component and un-hides row(s) in the active sheet. |
| Unload | Occurs when the server control is unloaded from memory. (Inherited from System.Web.UI.Control) |
| UpdateCommand | Occurs when the user clicks the Update button on the component. |