Click or drag to resize

HotImageAutoHotPopupMenuEventHandler Delegate

Passes AutoHotPopupMenuEventArgs from a HotImage when a hotspot 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 AutoHotPopupMenuEventHandler(
	Object sender,
	AutoHotPopupMenuEventArgs e
)

Parameters

sender
Type: SystemObject
The HotImage firing the event
e
Type: Deltabit.WinFormsAutoHotPopupMenuEventArgs
AutoHotPopupMenuEventArgs
See Also