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

Provides arguments for the draggingRowColumn event.

Constructor

Properties

Events

Constructor

constructor

constructor(draggingRange: CellRange, isDraggingRows: boolean, isShiftKey: boolean): DraggingRowColumnEventArgs

Initializes a new instance of the DraggingRowColumnEventArgs class.

Parameters
Returns
DraggingRowColumnEventArgs

Properties

draggingRange

Gets the dragging cells range.

Type
CellRange

isDraggingRows

Gets a value indicating whether the event refers to dragging rows or columns.

Type
boolean

isShiftKey

Gets a value indicating whether the shift key is pressed.

Type
boolean

Events

 

Static empty

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

Inherited From
EventArgs
Arguments
EventArgs