Assembly: Cubes;
Namespace: Prognoz.Platform.Interop.Cubes;
The CubeCallback class implements the events that are used to process data saving to cube.
Class properties and methods must be redetermined in a custom class. Object that is used to handle events is set in one of the following properties:
The IStandardCube.SetDefaultCallback method can also be used to determine the unit and the class for a standard cube that will be used to handle events on working with the cube.
Class to get analog of the CubeCallback class:
None;
Class to get analog of the CubeCallback class object:
CubeCallbackClass;
Property name | Brief description | |
Argument | The Argument property returns the argument containing information on the error that can occur on saving the data. |
Method name | Brief description | |
OnCallback | The OnCallback method implements the event that occurs during an exception on working with cube data. |
Method name | Brief description | |
The OnAfterSave method implements the event that occurs after data saving to cube. | ||
The OnBeforeSave method implements the event that occurs before data saving to cube. |
See also: