igniteui-react-core
Version:
Ignite UI React Core.
14 lines (13 loc) • 498 B
TypeScript
import { SeriesViewerSelectedSeriesItemsChangedEventArgsDescription } from "./SeriesViewerSelectedSeriesItemsChangedEventArgsDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class SeriesViewerSelectedSeriesItemsChangingEventArgsDescription extends SeriesViewerSelectedSeriesItemsChangedEventArgsDescription {
static $t: Type;
protected get_type(): string;
constructor();
private o;
get cancel(): boolean;
set cancel(a: boolean);
}