This event is generated when the mouse cursor is inside the pan window and the left mouse button is pressed.

[Visual Basic] Public Event ClickOnPanWindow As PointEventHandler
[C#] public event PointEventHandler ClickOnPanWindow;

Event Data

The event handler receives arguments of type PointEventArgs

Explanation

The ClickOnPanWindow event is generated when the mouse cursor is inside the pan window and the left mouse button is pressed.

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation