Click or drag to resize

BrowserEvents.OnQuit Event

Occurs before the browser quits.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public event EventHandler<DispatchEventArgs> OnQuit

Value

Type: System.EventHandler<DispatchEventArgs>
See Also