DraggingRowColumnEventArgs Class

File
wijmo.grid.sheet.js
Module
wijmo.grid.sheet
Base Class
EventArgs
Show
   

Provides arguments for the draggingRowColumn event.

Constructor

Properties

Constructor

constructor

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

Initializes a new instance of the DraggingRowColumnEventArgs class.

Parameters
Returns
DraggingRowColumnEventArgs

Properties

Static empty

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

Inherited From
EventArgs
Type
EventArgs

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