Skip to content

Commit 51b4824

Browse files
author
Diana Qu
committed
sender type
1 parent 6cd3722 commit 51b4824

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/GetEnvironment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ void SettingsComponent::SetBlockImages(bool blockImages)
6161
## .NET and WinRT
6262
6363
```c#
64-
private void CoreWebView2_WebResourceRequested(object sender, CoreWebView2WebResourceRequestedEventArgs e)
64+
private void CoreWebView2_WebResourceRequested(CoreWebView2 sender, CoreWebView2WebResourceRequestedEventArgs e)
6565
{
6666
// Create response object for custom response and set it
6767
var environment = webView2Control.CoreWebView2.Environment;

0 commit comments

Comments
 (0)