menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SpreadsheetClientSideEvents

    Show / Hide Table of Contents

    Class SpreadsheetClientSideEvents

    Represents a class for Client side events.

    Inheritance
    System.Object
    SpreadsheetClientSideEvents
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.Web
    Assembly: Syncfusion.EJ.Web.dll
    Syntax
    public class SpreadsheetClientSideEvents

    Constructors

    SpreadsheetClientSideEvents()

    Declaration
    public SpreadsheetClientSideEvents()

    Properties

    ActionBegin

    Occurs when Spreadsheet action starts.

    Declaration
    public string ActionBegin { get; set; }
    Property Value
    Type Description
    System.String

    ActionComplete

    Occurs after Spreadsheet actions completed.

    Declaration
    public string ActionComplete { get; set; }
    Property Value
    Type Description
    System.String

    AutoFillBegin

    Occurs when autofill starts.

    Declaration
    public string AutoFillBegin { get; set; }
    Property Value
    Type Description
    System.String

    AutoFillComplete

    Occurs when autofill gets completed.

    Declaration
    public string AutoFillComplete { get; set; }
    Property Value
    Type Description
    System.String

    BeforeBatchSave

    Occurs when the batch save.

    Declaration
    public string BeforeBatchSave { get; set; }
    Property Value
    Type Description
    System.String

    BeforeCellFormat

    Occurs before cell formatting applied.

    Declaration
    public string BeforeCellFormat { get; set; }
    Property Value
    Type Description
    System.String

    BeforeCellSelect

    Occurs before cell select.

    Declaration
    public string BeforeCellSelect { get; set; }
    Property Value
    Type Description
    System.String

    BeforeDrop

    Occurs before cell has dropped.

    Declaration
    public string BeforeDrop { get; set; }
    Property Value
    Type Description
    System.String

    BeforeEditComment

    Occurs when before edit comment.

    Declaration
    public string BeforeEditComment { get; set; }
    Property Value
    Type Description
    System.String

    BeforeImport

    Occurs on before file importing.

    Declaration
    public string BeforeImport { get; set; }
    Property Value
    Type Description
    System.String

    BeforeOpen

    Occurs before open for import.

    Declaration
    public string BeforeOpen { get; set; }
    Property Value
    Type Description
    System.String

    BeforePanelOpen

    Occurs before activation panel opened.

    Declaration
    public string BeforePanelOpen { get; set; }
    Property Value
    Type Description
    System.String

    BeforePrint

    Occurs before print.

    Declaration
    public string BeforePrint { get; set; }
    Property Value
    Type Description
    System.String

    BeforeTabClick

    Occurs when ribbon tab is before clicked.

    Declaration
    public string BeforeTabClick { get; set; }
    Property Value
    Type Description
    System.String

    CellClick

    Occurs when cell is clicked.

    Declaration
    public string CellClick { get; set; }
    Property Value
    Type Description
    System.String

    CellEdit

    Occurs when cell is edited.

    Declaration
    public string CellEdit { get; set; }
    Property Value
    Type Description
    System.String

    CellFormatting

    Occurs when cell formatting is applied.

    Declaration
    public string CellFormatting { get; set; }
    Property Value
    Type Description
    System.String

    CellHover

    Occurs when hovering a cell.

    Declaration
    public string CellHover { get; set; }
    Property Value
    Type Description
    System.String

    CellSave

    Occurs when cell is edited.

    Declaration
    public string CellSave { get; set; }
    Property Value
    Type Description
    System.String

    CellSelected

    Occurs when cell selected.

    Declaration
    public string CellSelected { get; set; }
    Property Value
    Type Description
    System.String

    ContextMenuClick

    Occurs when context menu is clicked .

    Declaration
    public string ContextMenuClick { get; set; }
    Property Value
    Type Description
    System.String

    Create

    Occurs when the Spreadsheet is rendered completely.

    Declaration
    public string Create { get; set; }
    Property Value
    Type Description
    System.String

    Drag

    Occurs when cell dragging.

    Declaration
    public string Drag { get; set; }
    Property Value
    Type Description
    System.String

    DragShape

    Declaration
    public string DragShape { get; set; }
    Property Value
    Type Description
    System.String

    DragStart

    Occurs when cell drag starts.

    Declaration
    public string DragStart { get; set; }
    Property Value
    Type Description
    System.String

    Drop

    occurs when cell has dropped.

    Declaration
    public string Drop { get; set; }
    Property Value
    Type Description
    System.String

    EditRangeBegin

    Occurs when load data from range settings..

    Declaration
    public string EditRangeBegin { get; set; }
    Property Value
    Type Description
    System.String

    EditRangeComplete

    Occurs after edit range gets completed.

    Declaration
    public string EditRangeComplete { get; set; }
    Property Value
    Type Description
    System.String

    KeyDown

    Occurs on key down actions.

    Declaration
    public string KeyDown { get; set; }
    Property Value
    Type Description
    System.String

    KeyUp

    Occurs on key up actions.

    Declaration
    public string KeyUp { get; set; }
    Property Value
    Type Description
    System.String

    Load

    Occurs when Spreadsheet load.

    Declaration
    public string Load { get; set; }
    Property Value
    Type Description
    System.String

    LoadComplete

    Occurs after the Spreadsheet load completed.

    Declaration
    public string LoadComplete { get; set; }
    Property Value
    Type Description
    System.String

    MenuClick

    Occurs when menu is clicked.

    Declaration
    public string MenuClick { get; set; }
    Property Value
    Type Description
    System.String

    OnExport

    Occurs on file exporting.

    Declaration
    public string OnExport { get; set; }
    Property Value
    Type Description
    System.String

    OnImport

    Occurs on file importing.

    Declaration
    public string OnImport { get; set; }
    Property Value
    Type Description
    System.String

    OpenFailure

    Occurs when open method failed.

    Declaration
    public string OpenFailure { get; set; }
    Property Value
    Type Description
    System.String

    PagerClick

    Occurs when pager gets clicked.

    Declaration
    public string PagerClick { get; set; }
    Property Value
    Type Description
    System.String

    Refresh

    Occurs while refreshing the spreadsheet.

    Declaration
    public string Refresh { get; set; }
    Property Value
    Type Description
    System.String

    ResizeEnd

    Occurs when after stops the resizing.

    Declaration
    public string ResizeEnd { get; set; }
    Property Value
    Type Description
    System.String

    ResizeStart

    Occurs when starts resizing.

    Declaration
    public string ResizeStart { get; set; }
    Property Value
    Type Description
    System.String

    RibbonClick

    Occurs when ribbon is clicked.

    Declaration
    public string RibbonClick { get; set; }
    Property Value
    Type Description
    System.String

    ScrollStop

    Occurs when scroll operation is stops.

    Declaration
    public string ScrollStop { get; set; }
    Property Value
    Type Description
    System.String

    SeriesRendering

    Occurs when performing chart series rendering.

    Declaration
    public string SeriesRendering { get; set; }
    Property Value
    Type Description
    System.String

    TabClick

    Occurs when ribbon tab is clicked.

    Declaration
    public string TabClick { get; set; }
    Property Value
    Type Description
    System.String

    TabSelect

    Occurs when ribbon tab is selected.

    Declaration
    public string TabSelect { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved