IDragAndDropEnterDragHandler Property |
Namespace: DotNetBrowser.Input.DragAndDrop
IHandler<EnterDragParameters> EnterDragHandler { get; set; }
Exception | Condition |
---|---|
ObjectDisposedException | The IDragAndDrop has already been disposed. |
ConnectionClosedException | The connection to the Chromium engine is closed. |
Important: the engine will be blocked until the Handle() method returns. It is not allowed to invoke any engine methods in the scope of this handler implementation.
The parameters are valid only in the scope of the Handle() method and become invalid when this method returns.