ICubeSaveMatrixCallback.OnBeforeSave

Syntax

OnBeforeSave(Argument: ICubeCallbackBeforeSaveArgument);

Parameters

Argument. Argument that contains information about saved data.

Description

The OnBeforeSave method implements the event that occurs before saving data to cube.

Comments

The event argument can be used to get and, if required, change cube data matrix.

Example

The example of use is given in description of the ICubeInstanceStorage.SaveMatrixCallback property.

See also:

ICubeSaveMatrixCallback