[SerializableAttribute]
public enum ImageAreaEvent<SerializableAttribute>
Public Enumeration ImageAreaEvent[SerializableAttribute]
public enum class ImageAreaEvent[<SerializableAttribute>]
type ImageAreaEvent| 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 |