Assembly: Cubes;
Namespace: Prognoz.Platform.Interop.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 | |
| The OnAfterExecuteSources method implements the event occurring after calculating virtual cube sources. | ||
| The OnBeforeExecuteSources method implements the event occurring before calculating virtual cube resources. |
See also: