Syncfusion.AspNet by Syncfusion Inc.

<PackageReference Include="Syncfusion.AspNet" Version="16.4.0.53" />

.NET API 20,228,096 bytes

 SpreadsheetClientSideEvents

Represents a class for Client side events.
public string ActionBegin { get; set; }

Occurs when Spreadsheet action starts.

public string ActionComplete { get; set; }

Occurs after Spreadsheet actions completed.

public string AutoFillBegin { get; set; }

Occurs when autofill starts.

public string AutoFillComplete { get; set; }

Occurs when autofill gets completed.

public string BeforeBatchSave { get; set; }

Occurs when the batch save.

public string BeforeCellFormat { get; set; }

Occurs before cell formatting applied.

public string BeforeCellSelect { get; set; }

Occurs before cell select.

public string BeforeDrop { get; set; }

Occurs before cell has dropped.

public string BeforeEditComment { get; set; }

Occurs when before edit comment.

public string BeforeImport { get; set; }

Occurs on before file importing.

public string BeforeOpen { get; set; }

Occurs before open for import.

public string BeforePanelOpen { get; set; }

Occurs before activation panel opened.

public string BeforePrint { get; set; }

Occurs before print.

public string BeforeTabClick { get; set; }

Occurs when ribbon tab is before clicked.

public string CellClick { get; set; }

Occurs when cell is clicked.

public string CellEdit { get; set; }

Occurs when cell is edited.

public string CellFormatting { get; set; }

Occurs when cell formatting is applied.

public string CellHover { get; set; }

Occurs when hovering a cell.

public string CellSave { get; set; }

Occurs when cell is edited.

public string CellSelected { get; set; }

Occurs when cell selected.

public string ContextMenuClick { get; set; }

Occurs when context menu is clicked .

public string Create { get; set; }

Occurs when the Spreadsheet is rendered completely.

public string Drag { get; set; }

Occurs when cell dragging.

public string DragShape { get; set; }

public string DragStart { get; set; }

Occurs when cell drag starts.

public string Drop { get; set; }

occurs when cell has dropped.

public string EditRangeBegin { get; set; }

Occurs when load data from range settings..

public string EditRangeComplete { get; set; }

Occurs after edit range gets completed.

public string KeyDown { get; set; }

Occurs on key down actions.

public string KeyUp { get; set; }

Occurs on key up actions.

public string Load { get; set; }

Occurs when Spreadsheet load.

public string LoadComplete { get; set; }

Occurs after the Spreadsheet load completed.

public string MenuClick { get; set; }

Occurs when menu is clicked.

public string OnExport { get; set; }

Occurs on file exporting.

public string OnImport { get; set; }

Occurs on file importing.

public string OpenFailure { get; set; }

Occurs when open method failed.

public string PagerClick { get; set; }

Occurs when pager gets clicked.

public string Refresh { get; set; }

Occurs while refreshing the spreadsheet.

public string ResizeEnd { get; set; }

Occurs when after stops the resizing.

public string ResizeStart { get; set; }

Occurs when starts resizing.

public string RibbonClick { get; set; }

Occurs when ribbon is clicked.

public string ScrollStop { get; set; }

Occurs when scroll operation is stops.

public string SeriesRendering { get; set; }

Occurs when performing chart series rendering.

public string TabClick { get; set; }

Occurs when ribbon tab is clicked.

public string TabSelect { get; set; }

Occurs when ribbon tab is selected.