igniteui-react-core
Version:
Ignite UI React Core.
20 lines (19 loc) • 887 B
TypeScript
import { DataSourcePropertiesRequestedChangedEventArgs as DataSourcePropertiesRequestedChangedEventArgs_internal } from "./DataSourcePropertiesRequestedChangedEventArgs";
import { ContentChildrenManager } from "./ContentChildrenManager";
/**
* Provides information about a properties requested changed event.
*/
export declare class IgrDataSourcePropertiesRequestedChangedEventArgs {
protected createImplementation(): DataSourcePropertiesRequestedChangedEventArgs_internal;
protected _implementation: any;
protected mounted: boolean;
get nativeElement(): HTMLElement;
/**
* @hidden
*/
get i(): DataSourcePropertiesRequestedChangedEventArgs_internal;
protected onImplementationCreated(): void;
protected _contentChildrenManager: ContentChildrenManager;
constructor();
protected _provideImplementation(i: any): void;
}