Click or drag to resize

DragEventArgs Class

Drag/Drop event arguments.
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class DragEventArgs : EventArgs

The DragEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodDragEventArgs
Initializes a new instance of the DragEventArgs class.
Top
Properties
  NameDescription
Public propertyAllowedEffects
Gets allowed drag/drop operation.
Public propertyButtons
The mouse buttons pressed during the drag
Public propertyControlObject
Gets the instance of the platform-specific object associated with the drag event
Public propertyData
Gets drag data.
Public propertyEffects
Gets or sets target drag/drop operation.
Public propertyLocation
Location of the cursor in control coordinates
Public propertyModifiers
Modifier keys pressed
Public propertySource
Gets source control of drag operation.
Public propertySupportsDropDescription
Gets a value indicating that the SetDropDescription(String, String) method is supported for the current drag/drop operation.
Top
Methods
  NameDescription
Public methodSetDropDescription
Sets the drop description when dragging overtop your control to specify additional context of what will be done.
Top
See Also