| Event | CubeAction
|
| Description | This event happens every time a call to the Doaction method is made.
|
| Type | Event
|
| 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 |
| DoAction | Makes a cube action.
|
|
| Notes |
|