IDragAndDrop Interface |
Namespace: DotNetBrowser.Input.DragAndDrop
public interface IDragAndDrop : IAutoDisposable
The IDragAndDrop type exposes the following members.
Name | Description | |
---|---|---|
DropHandler |
Gets or sets a handler that is used when the input system reports an underlying drop event with the browser as the
drag target.
| |
Enabled |
Enables or disables the drag and drop functionality in the browser.
| |
EnterDragHandler |
Gets or sets a handler that is used when the input system reports an underlying drag enter event with the browser
as the
drag target.
| |
IsDisposed |
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.) |
Name | Description | |
---|---|---|
Disposed |
Occurs when the object has been disposed.
(Inherited from IAutoDisposable.) |