Image Area Event Enumeration
This enumerated type defines the events that can be raised by an image area
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#
[SerializableAttribute]
public enum ImageAreaEventVB
<SerializableAttribute>
Public Enumeration ImageAreaEventC++
[SerializableAttribute]
public enum class ImageAreaEventF#
[<SerializableAttribute>]
type ImageAreaEventMembers
| Click | 0 | Fire the Click event |
| DoubleClick | 1 | Fire the DoubleClick event |
| MouseDown | 2 | Fire the MouseDown event |
| MouseUp | 3 | Fire the MouseUp event |
| MouseEnter | 4 | Fire the MouseEnter event |
| MouseLeave | 5 | Fire the MouseLeave event |
| MouseHover | 6 | Fire the MouseHover event |
| MouseMove | 7 | Fire the MouseMove event |
| Enter | 8 | Fire the Enter event |
| Leave | 9 | Fire the Leave event |
| DrawImage | 10 | Fire the DrawImage event |