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