WebKitBrowserErrorEventArgs Class

WebKit .NET

[This is preliminary documentation and is subject to change.]

Provides data for the WebKitBrowser.Error event.

Namespace:  WebKit
Assembly:  WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

C#
public class WebKitBrowserErrorEventArgs : EventArgs
Visual Basic (Declaration)
Public Class WebKitBrowserErrorEventArgs _
	Inherits EventArgs
Visual C++
public ref class WebKitBrowserErrorEventArgs : public EventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    WebKit..::.WebKitBrowserErrorEventArgs

See Also