[This is preliminary documentation and is subject to change.]
Occurs when an error occurs on the current document, or when navigating to a new document.
Namespace:
WebKitAssembly: WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C# |
---|
public event WebKitBrowserErrorEventHandler Error |
Visual Basic (Declaration) |
---|
Public Event Error As WebKitBrowserErrorEventHandler |
Visual C++ |
---|
public: event WebKitBrowserErrorEventHandler^ Error { void add (WebKitBrowserErrorEventHandler^ value); void remove (WebKitBrowserErrorEventHandler^ value); } |