This event is generated when the mouse wheel is rolled up.

[Visual Basic] Public Event MouseWheelUpImage As MouseWheelEventHandler
[C#] public event MouseWheelEventHandler MouseWheelUpImage;

Event Data

The event handler receives arguments of type MouseWheelEventArgs

Explanation

The MouseWheelUpImage event is generated when the mouse wheel is rolled up.

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation