Image Area BaseMouse Hover Event
This event is raised when the mouse remains stationary inside the image area for an amount of time
Definition
Namespace: EWSoftware.ImageMaps.Windows.Forms
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
C#
public event EventHandler MouseHoverVB
Public Event MouseHover As EventHandlerC++
public:
event EventHandler^ MouseHover {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}F#
member MouseHover : IEvent<EventHandler,
EventArgs>Value
EventHandlerRemarks
This event will fire each time the mouse becomes stationary after moving within the bounds
of an image area.