igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
25 lines (24 loc) • 742 B
TypeScript
import { WebBaseEventArgsDetailDescription } from "./WebBaseEventArgsDetailDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class WebColumnSelectionEventArgsDetailDescription extends WebBaseEventArgsDetailDescription {
static $t: Type;
protected get_type(): string;
private static __marshalByValue1;
private static __marshalByValueAlias1;
constructor();
private m;
get oldSelection(): string[];
set oldSelection(a: string[]);
private l;
get newSelection(): string[];
set newSelection(a: string[]);
private k;
get added(): string[];
set added(a: string[]);
private n;
get removed(): string[];
set removed(a: string[]);
}