VLButtonBar Reference

Event GroupRemoved

See Also See Also Applies To Applies To

This event is fired when a group is removed from the control.

 

Syntax

Private Sub object_GroupRemoved(aGroup As CGroup)

 

The GroupRemoved event syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies to list.
aGroup An object expression that evaluates to CGroup specifying the removed group.