Click or drag to resize

HotImageAutoHotPopupMenuBubbleEventHandler Delegate

Passes AutoHotPopupMenuBubbleEventArgs from a HotImage which is a child Hotimage back to the top most parent HotImage and raises the event on that HotImage when a hotspot's AutoHotPopupMenu is clicked.

Namespace:  Deltabit.WinForms
Assembly:  Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax
public delegate void AutoHotPopupMenuBubbleEventHandler(
	Object sender,
	AutoHotPopupMenuBubbleEventArgs e
)

Parameters

sender
Type: SystemObject
The HotImage firing the event
e
Type: Deltabit.WinFormsAutoHotPopupMenuBubbleEventArgs
AutoHotPopupMenuBubbleEventArgs
See Also