Fires when the user clicks either the button to select all check boxes or the button to clear them all. The event procedure’s parameters provide the ID of the dimension and a flag that indicates which button was clicked.
<HsvPOVSelection>_MultiCheckBoxChanged(lDim As Long, bNewCheckState As Boolean)
Long (ByVal). The ID of the member’s dimension. Dimension IDs are represented by the HFMConstants type library constants listed in Dimension ID Constants. | |
Boolean (ByVal). A flag that indicates which button was clicked. TRUE indicates the button to select all check boxes, FALSE indicates the button to clear all check boxes. |