Click or drag to resize

HotImageHotBubbleEventHandler Delegate

Passes HotBubbleEventArgs from a HotImage which is a child Hotimage back to the top most parent HotImage and raises the event on that HotImage when a user clicks on a hotspot.

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

Parameters

sender
Type: SystemObject
The child HotImage that triggered the event.
e
Type: Deltabit.WinFormsHotBubbleEventArgs
HotBubbleEventArgs.
See Also