Click or drag to resize
IRequestEventListenerOnRecordUpdate Method
Fires when a record has been updated.

Namespace: Six.Sixp.Client
Assembly: Six.Sixp.Client (in Six.Sixp.Client.dll) Version: 1.0.4874.0 (1.0.4874.0)
Syntax
C#
void OnRecordUpdate(
	IRequest request,
	IEnumerable<Update> updates
)

Parameters

request
Type: Six.Sixp.ClientIRequest
The request that initalized this event
updates
Type: System.Collections.GenericIEnumerableUpdate
List of updates
See Also