This delegate represents the method that handles the MagnifierMouseDown event, the MagnifierMouseMove event, and the MagnifierMouseUp event.
[Visual Basic] Public Delegate Sub MouseButtonEventHandler(ByVal sender As Object, ByVal e As MouseButtonEventArgs)
[C#] public delegate void MouseButtonEventHandler(object sender, MouseButtonEventArgs e);

Parameters

sender
      Event Source

e
      Event data contained in MouseButtonEventArgs

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation