File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
projects/igniteui-angular/src/lib/grids Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1065,7 +1065,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
1065
1065
*
1066
1066
* @example
1067
1067
* ```typescript
1068
- * <igx-grid #grid [data]="localData" [autoGenerate]="true" (dataPreLoad )='handleDataPreloadEvent ()'></igx-grid>
1068
+ * <igx-grid #grid [data]="localData" [autoGenerate]="true" (dataChanging )='handleDataChangingEvent ()'></igx-grid>
1069
1069
* ```
1070
1070
*/
1071
1071
@Output ( )
@@ -1076,7 +1076,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
1076
1076
*
1077
1077
* @example
1078
1078
* ```typescript
1079
- * <igx-grid #grid [data]="localData" [autoGenerate]="true" (dataPreLoad )='handleDataPreloadEvent ()'></igx-grid>
1079
+ * <igx-grid #grid [data]="localData" [autoGenerate]="true" (dataChanged )='handleDataChangedEvent ()'></igx-grid>
1080
1080
* ```
1081
1081
*/
1082
1082
@Output ( )
You can’t perform that action at this time.
0 commit comments