Click or drag to resize

BeforeUnloadCause Enumeration

Describes the cause of the onbeforeunload dialog.

Namespace:  DotNetBrowser.Browser.Dialogs.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public enum BeforeUnloadCause
Members
  Member nameValueDescription
ReloadCurrentPage0 The current web page is about to be reloaded.
LoadOtherPage1 The other web page is about to be loaded.
See Also