Click or drag to resize

IDragAndDrop Interface

The drag and drop functionality of the browser.

Namespace:  DotNetBrowser.Input.DragAndDrop
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public interface IDragAndDrop : IAutoDisposable

The IDragAndDrop type exposes the following members.

Properties
  NameDescription
Public propertyDropHandler
Gets or sets a handler that is used when the input system reports an underlying drop event with the browser as the drag target.
Public propertyEnabled
Enables or disables the drag and drop functionality in the browser.
Public propertyEnterDragHandler
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.
Public propertyIsDisposed
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.)
Top
Events
  NameDescription
Public eventDisposed
Occurs when the object has been disposed.
(Inherited from IAutoDisposable.)
Top
See Also