Click or drag to resize

WebAudioClient.ContextWillBeDestroyed Event

Version 101.0.180
Notifies that an existing BaseAudioContext will be destroyed.

Namespace:  CefSharp.DevTools.WebAudio
Assembly:  CefSharp (in CefSharp.dll) Version: 101.0.180.0 (101.0.180.0)
Syntax
public event EventHandler<ContextWillBeDestroyedEventArgs> ContextWillBeDestroyed

Value

Type: System.EventHandler<ContextWillBeDestroyedEventArgs>
See Also