UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

18 lines (17 loc) 791 B
import { CheckboxListIndexType } from "./CheckboxListIndexType"; import { CheckboxListIndexTypeChangedEventArgs as CheckboxListIndexTypeChangedEventArgs_internal } from "./CheckboxListIndexTypeChangedEventArgs"; export declare class IgcCheckboxListIndexTypeChangedEventArgs { protected createImplementation(): CheckboxListIndexTypeChangedEventArgs_internal; protected _implementation: any; /** * @hidden */ get i(): CheckboxListIndexTypeChangedEventArgs_internal; private onImplementationCreated; constructor(); protected _provideImplementation(i: any): void; get oldValue(): CheckboxListIndexType; set oldValue(v: CheckboxListIndexType); get newValue(): CheckboxListIndexType; set newValue(v: CheckboxListIndexType); }