ASP.NET MVC Controls | ComponentOne
In This Topic
    RowColumnChangedEventArgs Class
    In This Topic
    File
    wijmo.grid.sheet.js
    Module
    wijmo.grid.sheet
    Base Class
    EventArgs

    Provides arguments for rows or columns changed events.

    Constructor

    Properties

    Constructor

    constructor

    constructor(index: number, count: number, isAdd: boolean): RowColumnChangedEventArgs
    

    Initializes a new instance of the UnknownFunctionEventArgs class.

    Parameters
    • index: number

      The start index of the changed rows or columns.

    • count: number

      The added or removed count of the rows or columns.

    • isAdd: boolean

      The value indicates the event is for adding ot removing rows or columns.

    Returns
    RowColumnChangedEventArgs

    Properties

    count

    Gets the added or removed count of the rows or columns.

    Type
    number

    Static empty

    Provides a value to use with events that do not have event data.

    Inherited From
    EventArgs
    Type
    EventArgs

    index

    Gets the start index of the changed rows or columns.

    Type
    number

    isAdd

    Gets the value indicates the event is for adding ot removing rows or columns.

    Type
    boolean