Click or drag to resize
IRequestEventListener Methods

The IRequestEventListener type exposes the following members.

Methods
  NameDescription
Public methodOnClearTable
Fires when the table is cleared, ie all records are deleted.
Public methodOnDestroyed
Fires when a Request has been destroyed.
Public methodOnError
Fires when as error occurs.
Public methodOnFieldSetReceived
Fires when a fieldset has been received.
Public methodOnInitTable
Fires right before population of initial data starts.
Public methodOnRecordUpdate
Fires when a record has been updated.
Public methodOnTableFilled
Fires when population of initial data has finished.
Public methodOnText
Fires when a text result has been recevied.
Top
See Also