We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c2a31 commit 6fba057Copy full SHA for 6fba057
1 file changed
specs/DOMContentLoaded.md
@@ -9,8 +9,8 @@ We propose adding DOMContentLoaded to CoreWebView2. This allows the developer to
9
# Examples
10
## Win32 C++
11
```
12
-ScenarioDOMContentLoaded::ScenarioDOMContentLoaded(AppWindow* appWindow)
13
- : m_appWindow(appWindow), m_webView(appWindow->GetWebView())
+ScenarioDOMContentLoaded::ScenarioDOMContentLoaded(SampleAppWindow* sampleAppWindow)
+ : m_sampleAppWindow(sampleAppWindow), m_webView(sampleAppWindow->GetWebView())
14
{
15
//! [DOMContentLoaded]
16
// Register a handler for the DOMContentLoaded event.
0 commit comments