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