constants ToolBarEventEnum
The ToolBarEventEnum expression defines the actions that may occur in the control's toolbar. The ToolBarEvent event notifies your application that the user selects, clicks, edits, checks or un-checks an item in the control's toolbar. The ToolBarEventEnum expression supports the following values:

NameValueDescription
exToolBarSelectItem0 The item has been clicked/selected.
exToolBarCheckItem1 The item has been checked.
exToolBarUncheckItem2 The item has been un-checked.
exToolBarEditItem3 The item with an edit associated has been changed.