ComponentOne ASP.NET MVC Controls
DroppingRowColumnEventArgs Class
File
wijmo.grid.sheet.js
Module
wijmo.grid.sheet
Base Class
CancelEventArgs

Provides arguments for the beginDroppingRowColumn event.

Constructor

Properties

Events

Constructor

constructor

constructor(droppingRange: CellRange, isDroppingRows: boolean): DroppingRowColumnEventArgs

Initializes a new instance of the DroppingRowColumnEventArgs class.

Parameters
Returns
DroppingRowColumnEventArgs

Properties

cancel

Gets or sets a value that indicates whether the event should be canceled.

Inherited From
CancelEventArgs
Type
boolean

droppingRange

Gets the dragging cells range.

Type
CellRange

isDroppingRows

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

Type
boolean

Events

 

Static empty

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

Inherited From
EventArgs
Arguments
EventArgs