WebBrowserExtended.NewWindow3 Event

Definition

Raised when a new window is to be created. Extends NewWindow2 with additional information about the new window. Available in WinXP SP2 and later.

public:
 event EventHandler<Microsoft::Uii::Csr::Browser::Web::NewWindow3EventArgs ^> ^ NewWindow3;
[System.ComponentModel.Browsable(true)]
public event EventHandler<Microsoft.Uii.Csr.Browser.Web.NewWindow3EventArgs> NewWindow3;
[<System.ComponentModel.Browsable(true)>]
member this.NewWindow3 : EventHandler<Microsoft.Uii.Csr.Browser.Web.NewWindow3EventArgs> 
Public Custom Event NewWindow3 As EventHandler(Of NewWindow3EventArgs) 

Event Type

Attributes

Applies to