SpreadJS Documentation
Events type
GC.Spread.Sheets Namespace : Events type
Defines the events supported in SpreadJS.
Syntax
var instance = new GC.Spread.Sheets.Events();
function Events;
Inheritance Hierarchy

Object
   GC.Spread.Sheets.Events

Constructors
 NameDescription
public ConstructorDefines the events supported in SpreadJS.  
Top
Events
 NameDescription
public EventOccurs when the user has changed the active sheet.  
public EventOccurs when the user is changing the active sheet.  
public EventOccurs before the print  
public EventOccurs when the user clicks a button, check box, or hyperlink in a cell.  
public EventOccurs when a change is made to a cell in this sheet that may require the cell to be repainted.  
public EventOccurs when the user presses down the left mouse button in a cell.  
public EventOccurs when the user presses down the left mouse button twice (double-clicks) in a cell.  
public EventOccurs when a Clipboard change occurs that affects Spread.Sheets.  
public EventOccurs when the Clipboard is changing due to a Spread.Sheets action.  
public EventOccurs when the user pastes from the Clipboard.  
public EventOccurs when the user is pasting from the Clipboard.  
public EventOccurs when a change is made to a column or range of columns in this sheet that may require the column or range of columns to be repainted.  
public EventOccurs when the column width has changed.  
public EventOccurs when the column width is changing.  
public EventOccurs when any comment has changed.  
public EventOccurs when the user has removed the comment.  
public EventOccurs when the user is removing any comment.  
public EventOccurs when the user is dragging and dropping a range of cells.  
public EventOccurs when the user completes dragging and dropping a range of cells.  
public EventOccurs when the user is dragging to fill a range of cells.  
public EventOccurs when the user completes dragging to fill a range of cells.  
public EventOccurs after user drag merge cells.  
public EventOccurs before user drag merge cells.  
public EventOccurs when a cell is in edit mode and the text is changed.  
public EventOccurs when a cell leaves edit mode.  
public EventOccurs when a cell is leaving edit mode.  
public EventOccurs when the editor's status has changed.  
public EventOccurs when a cell is entering edit mode.  
public EventOccurs when the focus enters a cell.  
public EventOccurs when any floating object has changed.  
public EventOccurs when the custom floating object content is loaded.  
public EventOccurs when the user has removed the floating object.  
public EventOccurs when the user is removing any floating object.  
public EventOccurs when the selections of the floating object have changed.  
public EventOccurs when an invalid operation is performed.  
public EventOccurs when the focus leaves a cell.  
public EventOccurs when the left column changes.  
public EventOccurs when the outline column check status has changed.  
public EventOccurs when any picture has changed.  
public EventOccurs when the selections of the picture have changed.  
public EventOccurs when the cell range has changed.  
public EventOccurs when a range column has just been clear filtered.  
public EventOccurs when a range column is about to be automatically clear filter.  
public EventOccurs when a column has just been automatically filtered.  
public EventOccurs when a column is about to be automatically filtered.  
public EventOccurs when the user has changed the outline state (range group) for rows or columns.  
public EventOccurs before the user changes the outline state (range group) for rows or columns.  
public EventOccurs when a column has just been automatically sorted.  
public EventOccurs when a column is about to be automatically sorted.  
public EventOccurs when a change is made to a row or range of rows in this sheet that may require the row or range of rows to be repainted.  
public EventOccurs when the row height has changed.  
public EventOccurs when the row height is changing.  
public EventOccurs when the selection of cells on the sheet has changed.  
public EventOccurs when the selection of cells on the sheet is changing.  
public EventOccurs when any shape has changed.  
public EventOccurs when the user has removed the shape.  
public EventOccurs when the user is removing any shape.  
public EventOccurs when the selections of the shape have changed.  
public EventOccurs after the user drags and moves the sheet.  
public EventOccurs before the user drags and moves the sheet.  
public EventOccurs when the user has changed the sheet name.  
public EventOccurs when the user is changing the sheet name.  
public EventOccurs when the user clicks the sheet tab.  
public EventOccurs when the user double-clicks the sheet tab.  
public EventOccurs when any slicer has changed.  
public EventOccurs when the sparkline has changed.  
public EventOccurs when a table column has just been clear filter.  
public EventOccurs when a table column is about to be automatically clear filter.  
public EventOccurs when a table column has just been automatically filtered.  
public EventOccurs when a table column is about to be automatically filtered.  
public EventOccurs when the top row changes.  
public EventOccurs before the touch toolbar pops up.  
public EventOccurs when the user types a formula.  
public EventOccurs when the user zooms.  
public EventOccurs when the applied cell value is invalid.  
public EventOccurs when the value in the subeditor changes.  
Top
See Also

Reference

GC.Spread.Sheets Namespace