Table of Contents
- Getting Started
- EO.Pdf
- EO.Web
- EO.WebBrowser
- EO.Wpf
- Common Topics
- Reference
- .NET API Reference
- EO.Base
- EO.Base.UI
- EO.Extensions
- EO.Pdf
- EO.Pdf.Acm
- EO.Pdf.Contents
- EO.Pdf.Drawing
- EO.Pdf.Mvc
- EO.Web
- EO.WebBrowser
- EO.WebBrowser
- Classes
- Interfaces
- Enumerations
- ConsoleMessageSeverity Enumeration
- ConsoleMessageType Enumeration
- ContextMenuMediaType Enumeration
- ContextMenuSourceFlags Enumeration
- DOMNodeType Enumeration
- DownloadState Enumeration
- EditState Enumeration
- ErrorCode Enumeration
- EventFlags Enumeration
- FileDialogMode Enumeration
- InputMsgTarget Enumeration
- JSDialogType Enumeration
- JSInvokeResult Enumeration
- KeyboardEventType Enumeration
- KeyCode Enumeration
- MediaState Enumeration
- MouseEventType Enumeration
- NavigationType Enumeration
- Permissions Enumeration
- PostDataItemType Enumeration
- PrintResult Enumeration
- ResourceType Enumeration
- WebViewCloseReason Enumeration
- Delegates
- EO.WebBrowser.DOM
- EO.WebEngine
- EO.WinForm
- EO.Wpf
- EO.Wpf.Gauge
- EO.Wpf.Gauge.Shapes
- EO.Wpf.Primitives
- EO.Wpf.Themes.Aero
- EO.Wpf.Themes.Classic
- EO.Wpf.Themes.Luna
- EO.Wpf.Themes.Metro
- EO.Wpf.Themes.Royale
- JavaScript API Reference
- .NET API Reference
WebViewCloseReason Enumeration |
Specifies the reason why a WebView is closed.
Namespace:
EO.WebBrowser
Assembly: EO.WebBrowser (in EO.WebBrowser.dll)
Syntax
public enum WebViewCloseReason
Members
Member Name | Description |
---|---|
Normal | The WebView is closed by normally. |
RenderCrash | The WebView is closed because the render process for that WebView has crashed. This usually is due to out of memory error resulted from JavaScript code in the page. |
EngineCrash | The WebView is closed because the associated Engine has crashed. |
EngineShutdown | The WebView is closed because the associated Engine has been stopped. |
WebViewCrash | A crash occured inside the WebView. This is the managed portion that is associated to each individual WebView. An unhandled exception in an WebView event handler can cause the WebView to close for this reason. |
See Also