This event is generated when the mouse cursor is inside the image and the mouse button has been released.

[Visual Basic] Public Event MouseUpImage As MouseUpDownEventHandler
[C#] public event MouseUpDownEventHandler MouseUpImage;

Event Data

The event handler receives arguments of type MouseUpDownEventArgs

Explanation

The MouseUpImage event is generated when the mouse cursor is inside the image and the mouse button has been released.

Note: The MouseUpImage event is generated before the standard MouseUp event.

This event is enabled when the Image property or the Layer(LayerNumber).Image property contains a valid image handle. 

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation