BCGSoft.ControlBars Namespace > PopupMenuBar Class : ItemClick Event |
'Declaration Public Event ItemClick As PopupMenuItemClickEventHandler
'Usage Dim instance As PopupMenuBar Dim handler As PopupMenuItemClickEventHandler AddHandler instance.ItemClick, handler
public event PopupMenuItemClickEventHandler ItemClick
public: __event PopupMenuItemClickEventHandler* ItemClick
public: event PopupMenuItemClickEventHandler^ ItemClick
The event handler receives an argument of type PopupMenuItemClickEventArgs containing data related to this event. The following PopupMenuItemClickEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ClickedItem | Specifies a ToolBarMenuButton which was clicked. |
Handled (Inherited from System.ComponentModel.HandledEventArgs) |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2