Interface IRowDragStartEventArgs

Emitted when a dragging operation is starting (when the row is "picked") The event is cancelable

Hierarchy

Hierarchy (view full)

Properties

cancel: boolean

Provides the ability to cancel the event.

dragData: RowType

Represents the information of the row that is being dragged.

dragDirective: any

Represents the drag directive or information associated with the drag operation

dragElement: HTMLElement

Represents the HTML element itself

owner?: any

Provides reference to the owner component.