IRowDragEndEventArgs
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 Defined in projects/igniteui-angular/grids/core/src/common/events.ts:386
dragData
Section titled "dragData"Represents the information of the row that is being dragged.
dragData: RowType Defined in projects/igniteui-angular/grids/core/src/common/events.ts:381
dragDirective
Section titled "dragDirective"Represents the drag directive or information associated with the drag operation
dragDirective: any Defined in projects/igniteui-angular/grids/core/src/common/events.ts:379
dragElement
Section titled "dragElement"Represents the HTML element itself
dragElement: HTMLElement Defined in projects/igniteui-angular/grids/core/src/common/events.ts:384
Optional owner
Section titled "owner"Inherited from: IBaseEventArgs
Provides reference to the owner component.
owner?: any Defined in projects/igniteui-angular/core/src/core/utils.ts:428