UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

23 lines (22 loc) 918 B
import { IgrRowDragEndEventArgsDetail } from "./igr-row-drag-end-event-args-detail"; import { RowDragEndEventArgs as RowDragEndEventArgs_internal } from "./RowDragEndEventArgs"; import { ContentChildrenManager } from "igniteui-react-core"; /** * Emitted when a dragging operation is finished (when the row is dropped) */ export declare class IgrRowDragEndEventArgs { protected createImplementation(): RowDragEndEventArgs_internal; protected _implementation: any; protected mounted: boolean; get nativeElement(): HTMLElement; /** * @hidden */ get i(): RowDragEndEventArgs_internal; protected onImplementationCreated(): void; protected _contentChildrenManager: ContentChildrenManager; constructor(); protected _provideImplementation(i: any): void; get detail(): IgrRowDragEndEventArgsDetail; set detail(v: IgrRowDragEndEventArgsDetail); }