You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: microsoft-edge/webview2/release-notes/index.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,6 @@ The following APIs have been promoted from Phase 2: Stable in Prerelease, to Pha
46
46
47
47
The `DragStarting` API overrides the default drag and drop behavior when running in visual hosting mode. The `DragStarting` event notifies your app when the user starts a drag operation in the WebView2, and provides the state that's necessary to override the default WebView2 drag operation with your own logic.
48
48
49
-
<!-- todo: still 5 suffix, like previous phase? https://learn.microsoft.com/en-us/microsoft-edge/webview2/release-notes/?tabs=win32cpp#promotions-to-phase-2-stable-in-prerelease-1 -->
50
49
* Use `DragStarting` on the `ICoreWebView2CompositionController5` to add an event handler that's invoked when the drag operation is starting.
51
50
* Use `ICoreWebView2DragStartingEventArgs` to start your own drag operation.
52
51
* Use the `GetDeferral` method to execute any async drag logic and call back into the WebView at a later time.
@@ -62,13 +61,11 @@ N/A
62
61
63
62
##### [Win32/C++](#tab/win32cpp)
64
63
65
-
<!-- todo: still 5 suffix, like previous phase? https://learn.microsoft.com/en-us/microsoft-edge/webview2/release-notes/?tabs=win32cpp#promotions-to-phase-2-stable-in-prerelease-1 -->
<!-- todo: still 3 suffix, like previous phase? https://learn.microsoft.com/en-us/microsoft-edge/webview2/release-notes/?tabs=win32cpp#promotions-to-phase-2-stable-in-prerelease-1 -->
0 commit comments