Sub OnDataChange(Sender: IUiDataSource; Args: IUiDataSourceEventArgs);
Begin
//set of operators;
End Sub OnDataChange;
The Sender parameter returns the component that has generated the event.
The Args parameter allows to determine event parameters.
The OnDataChange event occurs on moving to another record and on changing the field.
See also: