Skip to content

Commit 7fdb1ca

Browse files
committed
linked CompCtrl6
1 parent 798b253 commit 7fdb1ca

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

  • microsoft-edge/webview2/release-notes

microsoft-edge/webview2/release-notes/index.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -294,20 +294,21 @@ This issue occurs because the WPF control uses the WPF `HwndHost` to host the Wi
294294
##### [.NET/C#](#tab/dotnetcsharp)
295295

296296
* `CoreWebView2CompositionController` Class
297-
<!-- todo: add new members -->
297+
* [CoreWebView2CompositionController.DragStarting Event](/dotnet/api/microsoft.web.webview2.core.corewebview2compositioncontroller.dragstarting?view=webview2-dotnet-1.0.3079-prerelease&preserve-view=true)
298298

299299
##### [WinRT/C#](#tab/winrtcsharp)
300300

301301
* [CoreWebView2 Class](/microsoft-edge/webview2/reference/winrt/microsoft_web_webview2_core/corewebview2?view=webview2-winrt-1.0.3079-prerelease&preserve-view=true)<!-- todo: delete link to large old class -->
302302
<!-- todo: add new members? -->
303303

304-
* [CoreWebView2CompositionController Class](/microsoft-edge/webview2/reference/winrt/microsoft_web_webview2_core/corewebview2compositioncontroller?view=webview2-winrt-1.0.3079-prerelease&preserve-view=true)
305-
<!-- todo: add new members -->
304+
* `CoreWebView2CompositionController` Class
305+
* [CoreWebView2CompositionController.DragStarting Event](/microsoft-edge/webview2/reference/winrt/microsoft_web_webview2_core/corewebview2compositioncontroller?view=webview2-winrt-1.0.3079-prerelease&preserve-view=true#dragstarting)
306306

307307
##### [Win32/C++](#tab/win32cpp)
308308

309-
* [ICoreWebView2ExperimentalCompositionController5]<!-- todo: link -->
310-
<!-- todo: add members of this new partial class, probably #5 -->
309+
* [ICoreWebView2ExperimentalCompositionController6](/microsoft-edge/webview2/reference/win32/icorewebview2experimentalcompositioncontroller6?view=webview2-1.0.3079-prerelease&preserve-view=true)
310+
* [ICoreWebView2ExperimentalCompositionController6::add_dragstarting](/microsoft-edge/webview2/reference/win32/icorewebview2experimentalcompositioncontroller6?view=webview2-1.0.3079-prerelease&preserve-view=true#add_dragstarting)
311+
* [ICoreWebView2ExperimentalCompositionController6::remove_dragstarting](/microsoft-edge/webview2/reference/win32/icorewebview2experimentalcompositioncontroller6?view=webview2-1.0.3079-prerelease&preserve-view=true#remove_dragstarting)
311312

312313
---
313314

0 commit comments

Comments
 (0)