TRowAsyncEvent

<< Click to Display Table of Contents >>

Navigation:  Types >

TRowAsyncEvent

SIGNATURE=IWjQGrid.TRowAsyncEvent

 

ETYPE=Type

 

Declaration:

Delphi:

TRowAsyncEvent = procedure (Sender: TObject; EventParams: TStringList; const RowID: string) of object;

C++:

void (Sender: TObject; EventParams: TStringList; const RowID: string) ( TRowAsyncEvent)();

 

Unit: IWjQGrid.pas

 

Description: This is type IWjQGrid.TRowAsyncEvent.