Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { IgxRowIslandComponent } from './row-island.component';
export interface IGridCreatedEventArgs extends IBaseEventArgs {
owner: IgxRowIslandComponent;
parentID: any;
/* alternateType: HierarchicalGrid */
grid: IgxHierarchicalGridComponent;
parentRowData?: any;
}
Loading