ICubeSaveMatrixCallback.OnAfterSave

Syntax

OnAfterSave(Argument: ICubeCallbackSaveArgument);

OnAfterSave(Argument: Prognoz.Platform.Interop.Cubes.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.

Fore and Fore.NET Examples

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

See also:

ICubeSaveMatrixCallback