igniteui-angular-spreadsheet
Version:
Ignite UI Angular spreadsheet component for displaying and editing Microsoft Excel workbooks for modern web apps.
13 lines (12 loc) • 653 B
TypeScript
import { WeakEventHandler$3 } from "./WeakEventHandler$3";
import { INotifyCollectionChanged } from "igniteui-angular-core";
import { NotifyCollectionChangedEventArgs } from "igniteui-angular-core";
import { Type } from "igniteui-angular-core";
/**
* @hidden
*/
export declare class WeakCollectionChangedHandler$1<TInstance> extends WeakEventHandler$3<TInstance, INotifyCollectionChanged, NotifyCollectionChangedEventArgs> {
static $t: Type;
protected $tInstance: Type;
constructor($tInstance: Type, a: TInstance, b: INotifyCollectionChanged, c: (arg1: TInstance, arg2: any, arg3: NotifyCollectionChangedEventArgs) => void);
}