UNPKG

igniteui-angular-spreadsheet

Version:

Ignite UI Angular spreadsheet component for displaying and editing Microsoft Excel workbooks for modern web apps.

17 lines (16 loc) 647 B
import { PropertyChangeListenerBase } from "./PropertyChangeListenerBase"; import { IPropertyChangeListener } from "./IPropertyChangeListener"; import { Type } from "igniteui-angular-core"; /** * @hidden */ export declare class PropertyChangeListener$1<TOwner> extends PropertyChangeListenerBase implements IPropertyChangeListener { static $t: Type; protected $tOwner: Type; private d; private c; constructor($tOwner: Type, a: TOwner, b: (arg1: TOwner, arg2: any, arg3: string, arg4: any) => void, c: boolean); get b(): TOwner; onPropertyValueChanged(a: any, b: string, c: any): void; a(): any; }