IRowExportingEventArgs

rowExporting event arguments this.exporterService.rowExporting.subscribe((args: IRowExportingEventArgs) => { // set args properties here })

Inherited from: IBaseEventArgs

Provides reference to the owner component.

owner?: any

Defined in projects/igniteui-angular/core/src/core/utils.ts:429