Click or drag to resize

HotImageHotspotEventHandler Delegate

Passes HotspotEventArgs to the event when a user clicks on a hostpot.

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

Parameters

sender
Type: SystemObject
The HotImage firing the event.
e
Type: Deltabit.WinFormsHotspotEventArgs
HotspotEventArgs
See Also