Click or drag to resize
IRequestEventListener Interface
Interface for request events

Namespace: Six.Sixp.Client
Assembly: Six.Sixp.Client (in Six.Sixp.Client.dll) Version: 1.0.4874.0 (1.0.4874.0)
Syntax
C#
public interface IRequestEventListener

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