Click or drag to resize

IAudioAudioPlaybackStopped Event

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

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

Value

Type: SystemEventHandlerAudioPlaybackStoppedEventArgs
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IAudio has already been disposed.
See Also