Event
cubeLoaded
Description
This event happens every time the control connects successfully to a new cube.
Type
Event
Parameters
Example
Private Sub Cube1_CubeLoaded()
call msgBox("Cube loaded.")
end sub
See also
Notes