Enum BeforeUnloadCause
- Namespace
 - DotNetBrowser.Browser.Dialogs.Handlers
 
- Assembly
 - DotNetBrowser.dll
 
Describes the cause of the onbeforeunload dialog.
public enum BeforeUnloadCause
  Fields
LoadOtherPage = 1The other web page is about to be loaded.
ReloadCurrentPage = 0The current web page is about to be reloaded.