Class DragEvent
- Namespace
- DotNetBrowser.Input.DragAndDrop.Handlers
- Assembly
- DotNetBrowser.dll
Represents drag and drop event and provides access to the event data.
public sealed class DragEvent
- Inheritance
-
DragEvent
- Inherited Members
Properties
- 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.