Interface IRowDragEndEventArgs

Emitted when a dragging operation is finished (when the row is dropped)

Hierarchy

Hierarchy

  • IBaseEventArgs
    • IRowDragEndEventArgs

Properties

animation: boolean

animation returns whether the event is animated

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.