Event

CubeAction

DescriptionThis event happens every time a call to the Doaction method is made.
TypeEvent
Parameters
action (string)Name of the action called.
Example Private Sub OlapXApp1_CubeAction(action As String)
  Call msgBox("Returned from Cube1.doAction(" & action & ")")
End Sub
See also
DoActionMakes a cube action.
Notes