Assembly: 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.
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 situations on working with cube data. |
Method name | Brief description | |
OnAfterSave | The OnAfterSave method implements the event that occurs after data saving to cube. | |
OnBeforeSave | The OnBeforeSave method implements the event that occurs before data saving to cube. |
See also: