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

Provides arguments for rows or columns changed events.

Constructor

Properties

Events

Constructor

constructor

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

Initializes a new instance of the RowColumnChangedEventArgs class.

Parameters
Returns
RowColumnChangedEventArgs

Properties

added

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

Type
boolean

count

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

Type
number

index

Gets the start index of the changed rows or columns.

Type
number

Events

 

Static empty

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

Inherited From
EventArgs
Arguments
EventArgs