UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

13 lines (12 loc) 312 B
import { EventArgs, Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class MultiColumnComboBoxValueChangedEventArgs extends EventArgs { static $t: Type; private d; private b; constructor(a: any, b: any); get oldValue(): any; get newValue(): any; }