Click or drag to resize

AudioEventArgsAudio Property

Gets the IAudio instance that initiated this event.

Namespace:  DotNetBrowser.Media.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public IAudio Audio { get; }

Property Value

Type: IAudio
The IAudio instance that initiated this event.
See Also