This delegate represents the method that handles the MouseWheelDownImage event and the MouseWheelUpImage event.
[Visual Basic] Public Delegate Sub MouseWheelEventHandler(ByVal sender As Object, ByVal e As MouseWheelEventArgs)
[C#] public delegate void MouseWheelEventHandler(object sender, MouseWheelEventArgs e);

Parameters

sender
     Event Source

e
     Event data contained in MouseWheelEventArgs

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation