CoreWebView2.IsDocumentPlayingAudioChanged 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.
IsDocumentPlayingAudioChanged is raised when document starts or stops playing audio.
public event EventHandler<object> IsDocumentPlayingAudioChanged;
member this.IsDocumentPlayingAudioChanged : EventHandler<obj>
Public Custom Event IsDocumentPlayingAudioChanged As EventHandler(Of Object)
Event Type
Examples
webView.CoreWebView2.IsDocumentPlayingAudioChanged += WebView_IsDocumentPlayingAudioChanged;