ImageAreaBaseMouseHover 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: 2023.1.3.0
public event EventHandler MouseHover

Value

EventHandler

Remarks

This event will fire each time the mouse becomes stationary after moving within the bounds of an image area.

See Also