UiDataSource.OnDataChange

Syntax

Sub OnDataChange(Sender: IUiDataSource; Args: IUiDataSourceEventArgs);

Begin

//set of operators;

End Sub OnDataChange;

Parameters

Sender. The parameter that returns the component that generated the event.

Args. The parameter that enables the user to determine event parameters.

Description

The OnDataChange event occurs on moving to another record and on changing the field value.

See also:

UiDataSource