BrowserDisposeOptionsBeforeUnloadEventHandled Property |
Specifies whether the beforeunload and unload JavaScript events should be
handled if they are present on the web page loaded into the browser instance that is about to be disposed.
Namespace:
DotNetBrowser.Browser
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax public bool BeforeUnloadEventHandled { get; set; }
Property Value
Type:
Booleantrue if the registered on the web page
beforeunload and
unload
JavaScript events should be handled when disposing a browser instance,
false otherwise.
See Also