WebBrowserExtended.NewWindow3 Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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