DragEvent Class |
Namespace: DotNetBrowser.Input.DragAndDrop.Handlers
public sealed class DragEvent
The DragEvent type exposes the following members.
Name | Description | |
---|---|---|
![]() | DataObject |
Gets the Windows-specific representation of the drop data.
|
![]() | DropData |
Gets the general representation of the drop data.
|
![]() | Location |
Gets the location of the mouse cursor in the browser's coordinate system at the time the
event occurred.
|
![]() | ScreenLocation |
Gets the location of the mouse cursor in the screen's coordinate system at the time the
event occurred.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |