igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
28 lines (27 loc) • 838 B
TypeScript
import { WebBaseEventArgsDetailDescription } from "./WebBaseEventArgsDetailDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class WebRowSelectionEventArgsDetailDescription extends WebBaseEventArgsDetailDescription {
static $t: Type;
protected get_type(): string;
private static __marshalByValue1;
private static __marshalByValueAlias1;
constructor();
private q;
get oldSelectionRef(): string;
set oldSelectionRef(a: string);
private p;
get newSelectionRef(): string;
set newSelectionRef(a: string);
private o;
get addedRef(): string;
set addedRef(a: string);
private r;
get removedRef(): string;
set removedRef(a: string);
private l;
get allRowsSelected(): boolean;
set allRowsSelected(a: boolean);
}