Assembly: Cubes;
The IVirtualCubeExecuteCallback interface is used to work with events that occur on calculating virtual cube.
IVirtualCubeExecuteCallback
Interface methods must be redetermined in a custom class. The class instance for event handling is set in the IVirtualCubeInstance.ExecuteCallback property.
Method name | Brief description | |
OnAfterExecuteSources | The OnAfterExecuteSources method implements the event occurring after calculating virtual cube sources. | |
OnBeforeExecuteSources | The OnBeforeExecuteSources method implements the event occurring before calculating virtual cube resources. |
See also: