WebBrowserExtended.WindowClosing Event

Definition

Fires when the window of the object is about to be closed by script.

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

Event Type

Attributes

Applies to