CoreWebView2.IsMutedChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
IsMutedChanged is raised when the mute state changes.
public event EventHandler<object> IsMutedChanged;
member this.IsMutedChanged : EventHandler<obj>
Public Custom Event IsMutedChanged As EventHandler(Of Object)
Event Type
Examples
webView.CoreWebView2.IsMutedChanged += WebView_IsMutedChanged;