| IRequestEventListener Methods |
The IRequestEventListener type exposes the following members.
| Name | Description | |
|---|---|---|
| OnClearTable |
Fires when the table is cleared, ie all records are deleted.
| |
| OnDestroyed |
Fires when a Request has been destroyed.
| |
| OnError |
Fires when as error occurs.
| |
| OnFieldSetReceived |
Fires when a fieldset has been received.
| |
| OnInitTable |
Fires right before population of initial data starts.
| |
| OnRecordUpdate |
Fires when a record has been updated.
| |
| OnTableFilled |
Fires when population of initial data has finished.
| |
| OnText |
Fires when a text result has been recevied.
|