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
  • draggingRange: CellRange

    The dragging cells range.

  • isDraggingRows: boolean

    Indicates whether the dragging event is triggered due to dragging rows or columns.

  • isShiftKey: boolean

    Indicates whether the shift key is pressed when dragging.

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