CoreWebView2.IsDocumentPlayingAudioChanged Event

Definition

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;

Applies to