UiDataSource.OnDataChange

Syntax

OnDataChange(Sender: IUiDataSource; Args: IUiDataSourceEventArgs);

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