| HotImageHotMouseUp Event |
Occurs when the mouse button is depressed over a hotspot. It passes HotspotEventArgs from a HotImage to the event handler.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public event HotImageHotspotEventHandler HotMouseUp
Public Event HotMouseUp As HotImageHotspotEventHandler
Dim instance As HotImage
Dim handler As HotImageHotspotEventHandler
AddHandler instance.HotMouseUp, handler
public:
event HotImageHotspotEventHandler^ HotMouseUp {
void add (HotImageHotspotEventHandler^ value);
void remove (HotImageHotspotEventHandler^ value);
}
Value
Type:
Deltabit.WinFormsHotImageHotspotEventHandlerSee Also