OnBeforeSave(Argument: ICubeCallbackBeforeSaveArgument);
Argument. Argument that contains information about saved data.
The OnBeforeSave method implements the event that occurs before saving data to cube.
The event argument can be used to get and, if required, change cube data matrix.
The example of use is given in description of the ICubeInstanceStorage.SaveMatrixCallback property.
See also: