| IRequestEventListenerOnInitTable Method |
Fires right before population of initial data starts.
Namespace: Six.Sixp.ClientAssembly: Six.Sixp.Client (in Six.Sixp.Client.dll) Version: 1.0.4874.0 (1.0.4874.0)
Syntaxvoid OnInitTable(
IRequest request,
int numRecords
)
Parameters
- request
- Type: Six.Sixp.ClientIRequest
The request that initalized this event - numRecords
- Type: SystemInt32
Number of records in the initial data
See Also