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

Provides data for the WebKitBrowser.NewWindowCreated event.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    WebKit..::.NewWindowCreatedEventArgs

See Also