This event is generated when the mouse moves over the image.
[Visual Basic] Public Event MouseMoveImage
As MouseUpDownEventHandler
[C#] public event MouseUpDownEventHandler
MouseMoveImage;
Event Data
The event handler receives arguments of type MouseUpDownEventArgs
Explanation
The MouseMoveImage event is generated when the mouse moves over the image.
Note: The MouseMoveImage event is generated before the standard MouseMove event.
This event is enabled when a valid image handle is set in the Image property or the Layer(LayerNumber).Imgae property.