Client-Side API Reference > FlexSheet > wijmo.grid.sheet > DraggingRowColumnEventArgs Class |
constructor(isDraggingRows: boolean, isShiftKey: boolean): DraggingRowColumnEventArgs
Initializes a new instance of the DraggingRowColumnEventArgs class.
Indicates whether the dragging event is triggered due to dragging rows or columns.
Indicates whether the shift key is pressed when dragging.
Provides a value to use with events that do not have event data.
Gets a value indicating whether the event refers to dragging rows or columns.
Provides arguments for the draggingRowColumn event.