| HotImageAutoHotPopupMenuClick Event |
Occurs when a user clicks on an AutoHotPopupMenu for a hotspot. It passes AutoHotPopupMenuEventArgs from the HotImage to the event handler.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public event HotImageAutoHotPopupMenuEventHandler AutoHotPopupMenuClick
Public Event AutoHotPopupMenuClick As HotImageAutoHotPopupMenuEventHandler
Dim instance As HotImage
Dim handler As HotImageAutoHotPopupMenuEventHandler
AddHandler instance.AutoHotPopupMenuClick, handler
public:
event HotImageAutoHotPopupMenuEventHandler^ AutoHotPopupMenuClick {
void add (HotImageAutoHotPopupMenuEventHandler^ value);
void remove (HotImageAutoHotPopupMenuEventHandler^ value);
}
Value
Type:
Deltabit.WinFormsHotImageAutoHotPopupMenuEventHandlerSee Also