Click or drag to resize

BeforeUnloadParametersCause Property

Gets the action that caused the dialog to appear.

Namespace:  DotNetBrowser.Browser.Dialogs.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public BeforeUnloadCause Cause { get; }

Property Value

Type: BeforeUnloadCause
The BeforeUnloadCause describing the action that caused the dialog to appear.
See Also