ICubeSaveMatrixCallback.OnAfterSave

Syntax

OnAfterSave(Argument: ICubeCallbackSaveArgument);

Parameters

Argument. Argument containing information about results of data saving to cube.

Description

The OnAfterSave method implements the event that occurs after data saving to cube.

Example

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

See also:

ICubeSaveMatrixCallback