Class DragStartEventArgs
Provides data for the DragStart event.
public class DragStartEventArgs : BaseCancelEventArgs
- Inheritance
-
DragStartEventArgs
Constructors
- DragStartEventArgs(PointD, PointD, MouseEventArgs, MouseEventArgs)
Initializes a new instance of the DragStartEventArgs class.
Fields
- DefaultTimePeriodLimit
Gets or set time period limit used in TimeIsGreater property.
Properties
- DistanceIsLess
Gets whether distance between MouseDownLocation and MouseClientLocation is less than MinDragStartDistance.
- DragStarted
Gets or sets whether drag operation was actually started.
- MinDragStartDistance
Gets or sets minimal mouse drag distance which starts drag operations.
- MouseClientLocation
Gets the client coordinates of the mouse pointer in device-independent units.
- MouseDownLocation
Gets coordinates of the mouse pointer in the moment when MouseDown event was fired.
- TimeIsGreater
Gets whether TimePeriod is greater than DefaultTimePeriodLimit.
- TimePeriod
Gets time period between TimestampEnd and TimestampStart.
- TimestampEnd
Gets the time when mouse move event was received.
- TimestampStart
Gets the time when mouse down event was received.