Spread.Sheets Documentation
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 ConstructorEvents ConstructorDefines the events supported in SpreadJS.  
Top
Events
 NameDescription
public EventActiveSheetChangedOccurs when the user has changed the active sheet.  
public EventActiveSheetChangingOccurs when the user is changing the active sheet.  
public EventButtonClickedOccurs when the user clicks a button, check box, or hyperlink in a cell.  
public EventCellChangedOccurs when a change is made to a cell in this sheet that may require the cell to be repainted.  
public EventCellClickOccurs when the user presses down the left mouse button in a cell.  
public EventCellDoubleClickOccurs when the user presses down the left mouse button twice (double-clicks) in a cell.  
public EventClipboardChangedOccurs when a Clipboard change occurs that affects Spread.Sheets.  
public EventClipboardChangingOccurs when the Clipboard is changing due to a Spread.Sheets action.  
public EventClipboardPastedOccurs when the user pastes from the Clipboard.  
public EventClipboardPastingOccurs when the user is pasting from the Clipboard.  
public EventColumnChangedOccurs 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 EventColumnWidthChangedOccurs when the column width has changed.  
public EventColumnWidthChangingOccurs when the column width is changing.  
public EventCommentChangedOccurs when any comment has changed.  
public EventCommentRemovedOccurs when the user has removed the comment.  
public EventCommentRemovingOccurs when the user is removing any comment.  
public EventDragDropBlockOccurs when the user is dragging and dropping a range of cells.  
public EventDragDropBlockCompletedOccurs when the user completes dragging and dropping a range of cells.  
public EventDragFillBlockOccurs when the user is dragging to fill a range of cells.  
public EventDragFillBlockCompletedOccurs when the user completes dragging to fill a range of cells.  
public EventEditChangeOccurs when a cell is in edit mode and the text is changed.  
public EventEditEndedOccurs when a cell leaves edit mode.  
public EventEditEndingOccurs when a cell is leaving edit mode.  
public EventEditorStatusChangedOccurs when the editor's status has changed.  
public EventEditStartingOccurs when a cell is entering edit mode.  
public EventEnterCellOccurs when the focus enters a cell.  
public EventFloatingObjectChangedOccurs when any floating object has changed.  
public EventFloatingObjectLoadedOccurs when the custom floating object content is loaded.  
public EventFloatingObjectRemovedOccurs when the user has removed the floating object.  
public EventFloatingObjectRemovingOccurs when the user is removing any floating object.  
public EventFloatingObjectSelectionChangedOccurs when the selections of the floating object have changed.  
public EventInvalidOperationOccurs when an invalid operation is performed.  
public EventLeaveCellOccurs when the focus leaves a cell.  
public EventLeftColumnChangedOccurs when the left column changes.  
public EventPictureChangedOccurs when any picture has changed.  
public EventPictureSelectionChangedOccurs when the selections of the picture have changed.  
public EventRangeChangedOccurs when the cell range has changed.  
public EventRangeFilteredOccurs when a column has just been automatically filtered.  
public EventRangeFilteringOccurs when a column is about to be automatically filtered.  
public EventRangeGroupStateChangedOccurs when the user has changed the outline state (range group) for rows or columns.  
public EventRangeGroupStateChangingOccurs before the user changes the outline state (range group) for rows or columns.  
public EventRangeSortedOccurs when a column has just been automatically sorted.  
public EventRangeSortingOccurs when a column is about to be automatically sorted.  
public EventRowChangedOccurs 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 EventRowHeightChangedOccurs when the row height has changed.  
public EventRowHeightChangingOccurs when the row height is changing.  
public EventSelectionChangedOccurs when the selection of cells on the sheet has changed.  
public EventSelectionChangingOccurs when the selection of cells on the sheet is changing.  
public EventSheetNameChangedOccurs when the user has changed the sheet name.  
public EventSheetNameChangingOccurs when the user is changing the sheet name.  
public EventSheetTabClickOccurs when the user clicks the sheet tab.  
public EventSheetTabDoubleClickOccurs when the user double-clicks the sheet tab.  
public EventSlicerChangedOccurs when any slicer has changed.  
public EventSparklineChangedOccurs when the sparkline has changed.  
public EventTableFilteredOccurs when a table column has just been automatically filtered.  
public EventTableFilteringOccurs when a table column is about to be automatically filtered.  
public EventTopRowChangedOccurs when the top row changes.  
public EventTouchToolStripOpeningOccurs before the touch toolbar pops up.  
public EventUserFormulaEnteredOccurs when the user types a formula.  
public EventUserZoomingOccurs when the user zooms.  
public EventValidationErrorOccurs when the applied cell value is invalid.  
public EventValueChangedOccurs when the value in the subeditor changes.  
Top
See Also

Reference

GC.Spread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.