CoreWebView2CompositionController.DragLeave Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.