TCellAsyncEvent

<< Click to Display Table of Contents >>

Navigation:  Types >

TCellAsyncEvent

SIGNATURE=IWjQGrid.TCellAsyncEvent

 

ETYPE=Type

 

Declaration:

Delphi:

TCellAsyncEvent = procedure (Sender: TObject; EventParams: TStringList; const RowID: string; const Row, Col: Integer) of object;

C++:

void (Sender: TObject; EventParams: TStringList; const RowID: string; const Row, Col: Integer) ( TCellAsyncEvent)();

 

Unit: IWjQGrid.pas

 

Description: This is type IWjQGrid.TCellAsyncEvent.