WebBrowserExtended.Quit Event

Definition

Fires before the Internet Explorer application quits.

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

Event Type

Attributes

Applies to