Constructor DragStartEventArgs
DragStartEventArgs(PointD, PointD, MouseEventArgs, MouseEventArgs)
Initializes a new instance of the DragStartEventArgs class.
public DragStartEventArgs(PointD mouseClientLocation, PointD mouseDownLocation, MouseEventArgs mouseDownArgs, MouseEventArgs mouseMoveArgs)
Parameters
mouseClientLocation
PointDThe client coordinates of the mouse pointer in device-independent units.
mouseDownLocation
PointDCoordinates of the mouse pointer in the moment when MouseDown event was fired.
mouseDownArgs
MouseEventArgsmouseMoveArgs
MouseEventArgs