File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,8 +13,7 @@ Developers would also like to be able to opt in to intercept the updates which w
1313normally be displayed by the Status bar, and show it using thier own custom UI.
1414# Description
1515We propose two new events for WebView2 that would allow developers to
16- listen for Status bar updates which are triggered by activity on the embedded
17- browser, and then handle those updates however they want in their applications.
16+ listen for Status bar updates which are triggered by activity on the WebView, and then handle those updates however they want in their applications.
1817
1918Developers will be able to:
2019
@@ -90,7 +89,7 @@ interface ICoreWebView2StatusBarHidingEventHandler : IUnknown {
9089 [in] ICoreWebView2* sender);
9190}
9291```
93- ## C#/ .Net/ WinRT
92+ ## .Net/ WinRT
9493```
9594namespace Microsoft.Web.WebView2.Core {
9695 runtimeclass CoreWebView2StatusBarShowingEventArgs {
You can’t perform that action at this time.
0 commit comments