UNPKG

igniteui-react-core

Version:
16 lines (15 loc) 414 B
import { PropertyChangedEventArgs, Type } from "./type"; /** * @hidden */ export declare class PropertyChangedEventArgs$1<T> extends PropertyChangedEventArgs { static $t: Type; protected $t: Type; constructor($t: Type, a: string, b: T, c: T); private _oldValue; get oldValue(): T; set oldValue(a: T); private _newValue; get newValue(): T; set newValue(a: T); }