IgcRowDragEndEventArgs
Emitted when a dragging operation is finished (when the row is dropped)
Properties
Section titled "Properties"animation
Section titled "animation"animation returns whether the event is animated
animation: boolean dragData
Section titled "dragData"Represents the information of the row that is being dragged.
dragData: IgcRowType dragDirective
Section titled "dragDirective"Represents the drag directive or information associated with the drag operation
dragDirective: any Optional owner
Section titled "owner"Inherited from: IgcBaseEventArgs
Provides reference to the owner component.
owner?: any