| HotImageHotBubbleClick Event |
Occurs when the user clicks on a hotspot located on a child Hotimage which is at the end of the hierarchy. The HotBubbleEventArgs are passed from the child HotImage back 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 HotImageHotBubbleEventHandler HotBubbleClick
Public Event HotBubbleClick As HotImageHotBubbleEventHandler
Dim instance As HotImage
Dim handler As HotImageHotBubbleEventHandler
AddHandler instance.HotBubbleClick, handler
public:
event HotImageHotBubbleEventHandler^ HotBubbleClick {
void add (HotImageHotBubbleEventHandler^ value);
void remove (HotImageHotBubbleEventHandler^ value);
}
Value
Type:
Deltabit.WinFormsHotImageHotBubbleEventHandlerSee Also