IgcRowDragStartEventArgs

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

Provides the ability to cancel the event.

cancel: boolean

Represents the information of the row that is being dragged.

dragData: IgcRowType

Represents the drag directive or information associated with the drag operation

dragDirective: any

Provides reference to the owner component.

owner?: any