WebBrowserExtended.WindowClosing 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.
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