| HotImageAutoHotPopupMenuBubbleClick Event |
Occurs when a user clicks on an AutoHotPopupMenu which located on a child Hotimage. The AutoHotPopupMenuBubbleEventArgs are passed from the child Hotimage to the top most parent HotImage where the event is raised.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public event HotImageAutoHotPopupMenuBubbleEventHandler AutoHotPopupMenuBubbleClick
Public Event AutoHotPopupMenuBubbleClick As HotImageAutoHotPopupMenuBubbleEventHandler
Dim instance As HotImage
Dim handler As HotImageAutoHotPopupMenuBubbleEventHandler
AddHandler instance.AutoHotPopupMenuBubbleClick, handler
public:
event HotImageAutoHotPopupMenuBubbleEventHandler^ AutoHotPopupMenuBubbleClick {
void add (HotImageAutoHotPopupMenuBubbleEventHandler^ value);
void remove (HotImageAutoHotPopupMenuBubbleEventHandler^ value);
}
Value
Type:
Deltabit.WinFormsHotImageAutoHotPopupMenuBubbleEventHandlerSee Also