|
<< Click to Display Table of Contents >> Navigation: Types > TCellColumnAsyncEvent |
SIGNATURE=IWjQGrid.TCellColumnAsyncEvent
ETYPE=Type
Declaration:
Delphi: |
TCellColumnAsyncEvent = procedure (Sender: TObject; EventParams: TStringList; const RowID: string; const Col: Integer; const CellText: string) of object; |
C++: |
void (Sender: TObject; EventParams: TStringList; const RowID: string; const Col: Integer; const CellT |
Unit: IWjQGrid.pas
Description: This is type IWjQGrid.TCellColumnAsyncEvent.