igniteui-react-core
Version:
Ignite UI React Core.
21 lines (20 loc) • 530 B
TypeScript
import { Description } from "./Description";
import { Type } from "./type";
/**
* @hidden
*/
export declare class PropertyUpdatedEventArgsDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
constructor();
private j;
get propertyName(): string;
set propertyName(a: string);
private i;
get oldValueRef(): string;
set oldValueRef(a: string);
private h;
get newValueRef(): string;
set newValueRef(a: string);
}