This delegate represents the method that handles the MouseDownImage event, the MouseMoveImage event, and the MouseUpImage event.
[Visual Basic] Public Delegate Sub MouseUpDownEventHandler(ByVal sender As Object, ByVal e As MouseUpDownEventArgs)
[C#] public delegate void MouseUpDownEventHandler(object sender, MouseUpDownEventArgs e);

Parameters

sender
     Event Source

e
     Event data contained in MouseUpDownEventArgs

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation