CoreWebView2CompositionController.DragLeave Method

Definition

Call this method to inform the CoreWebView2CompositionController that a drag operation has left the WebView.

public void DragLeave ();
member this.DragLeave : unit -> unit
Public Sub DragLeave ()

Remarks

Corresponds to the ICoreDropOperationTarget.LeaveAsync method when performing a drag operation into the WebView.

Applies to