Click or drag to resize

DragEvent Class

Represents drag and drop event and provides access to the event data.
Inheritance Hierarchy
SystemObject
  DotNetBrowser.Input.DragAndDrop.HandlersDragEvent

Namespace:  DotNetBrowser.Input.DragAndDrop.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public sealed class DragEvent

The DragEvent type exposes the following members.

Properties
  NameDescription
Public propertyDataObject
Gets the Windows-specific representation of the drop data.
Public propertyDropData
Gets the general representation of the drop data.
Public propertyLocation
Gets the location of the mouse cursor in the browser's coordinate system at the time the event occurred.
Public propertyScreenLocation
Gets the location of the mouse cursor in the screen's coordinate system at the time the event occurred.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also