| HotImageChildBubbleLoad Event |
Occurs when the user clicks on a hotspot that has a child Hotimage, and is raised when the child Hotimage Load event is raised. A reference to the child HotImage is passed as an event argument to the top most parent Hotimage.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public event HotImageChildBubbleLoadEventHandler ChildBubbleLoad
Public Event ChildBubbleLoad As HotImageChildBubbleLoadEventHandler
Dim instance As HotImage
Dim handler As HotImageChildBubbleLoadEventHandler
AddHandler instance.ChildBubbleLoad, handler
public:
event HotImageChildBubbleLoadEventHandler^ ChildBubbleLoad {
void add (HotImageChildBubbleLoadEventHandler^ value);
void remove (HotImageChildBubbleLoadEventHandler^ value);
}
Value
Type:
Deltabit.WinFormsHotImageChildBubbleLoadEventHandlerSee Also