igniteui-react-core
Version:
Ignite UI React Core.
23 lines (22 loc) • 730 B
TypeScript
import { WebBaseEventArgsDetailDescription } from "./WebBaseEventArgsDetailDescription";
import { WebColumnDescription } from "./WebColumnDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class WebColumnResizeEventArgsDetailDescription extends WebBaseEventArgsDetailDescription {
static $t: Type;
protected get_type(): string;
private static __marshalByValue1;
private static __marshalByValueAlias1;
constructor();
private m;
get column(): WebColumnDescription;
set column(a: WebColumnDescription);
private r;
get prevWidth(): string;
set prevWidth(a: string);
private q;
get newWidth(): string;
set newWidth(a: string);
}