Table of Contents

Constructor DragStartEventArgs

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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 PointD

The client coordinates of the mouse pointer in device-independent units.

mouseDownLocation PointD

Coordinates of the mouse pointer in the moment when MouseDown event was fired.

mouseDownArgs MouseEventArgs
mouseMoveArgs MouseEventArgs