Click or drag to resize

IAudio.AudioPlaybackStopped Event

Occurs when an audio has been stopped playing on the web page.

Namespace:  DotNetBrowser.Media
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.8
Syntax
C#
event EventHandler<AudioPlaybackStoppedEventArgs> AudioPlaybackStopped

Value

Type: System.EventHandler<AudioPlaybackStoppedEventArgs>
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IAudio has already been disposed.
See Also