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.15.0
Syntaxpublic 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