Event

cubeLoaded

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