Click or drag to resize

WebAudioClient.ContextWillBeDestroyed Event

Version 98.1.210
Notifies that an existing BaseAudioContext will be destroyed.

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

Value

Type: System.EventHandler<ContextWillBeDestroyedEventArgs>
See Also