This event is generated when the mouse cursor is inside the image and the mouse button has been pressed.
[Visual Basic] Public Event MouseDownImage
As MouseUpDownEventHandler
[C#] public event MouseUpDownEventHandler
MouseDownImage;
Event Data
The event handler receives arguments of type MouseUpDownEventArgs
Explanation
The MouseDownImage event is generated when the mouse cursor is inside the image and the mouse button has been pressed.
Note: The MouseDownImage event is generated before the standard MouseDown event.
This event is enabled when a valid image handle is set in the Image property or the Layer(LayerNumber).Image property.