UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

24 lines (10 loc) 370 B
import { IgcBaseEventArgs } from './igc-base-event-args'; import { IgcForOfState } from './igc-for-of-state'; /** * @deprecated Use `IForOfDataChangeEventArgs` instead. */ export declare class IgcForOfDataChangingEventArgs extends IgcBaseEventArgs { public containerSize: number; public state: IgcForOfState; }