KaxGridExcelMLExportRowCreated Event |
This event is triggered after exporting to ExcelML and the row created.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic event GridExcelMLExportRowCreatedEventHandler ExcelMLExportRowCreated
Public Event ExcelMLExportRowCreated As GridExcelMLExportRowCreatedEventHandler
public:
event GridExcelMLExportRowCreatedEventHandler^ ExcelMLExportRowCreated {
void add (GridExcelMLExportRowCreatedEventHandler^ value);
void remove (GridExcelMLExportRowCreatedEventHandler^ value);
}
member ExcelMLExportRowCreated : IEvent<GridExcelMLExportRowCreatedEventHandler,
GridExportExcelMLRowCreatedArgs>
Value
Type:
Kettic.AspNet.Controls.GridExcelBuilderGridExcelMLExportRowCreatedEventHandler
See Also