OnSaveData(Stub: IVariableStub; Matrix: IMatrix; ValueFlag: Integer; AuditRecordKey: Variant);
Stub. Data source with saved data.
Matrix. Matrix with saved values.
ValueFlag. Flag of changed values, by which saving is executed.
AuditRecordKey. Unique key of record about saving data in access protocol.
The OnSaveData method implements the event that occurs after saving data.
The Stub, Matrix and ValueFlag parameters will have information about saved data. The corresponding record is also added to access protocol during data saving. The unique key of this record is available in the AuditRecordKey parameter.
The example of use is given in the description IMsProblemCalculationCallback.OnBeforeSaveData.
See also: