WebBrowserExtended.NavigateError 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 an error occurs during navigation.
public:
event EventHandler<Microsoft::Uii::Csr::Browser::Web::NavigateErrorEventArgs ^> ^ NavigateError;
[System.ComponentModel.Browsable(true)]
public event EventHandler<Microsoft.Uii.Csr.Browser.Web.NavigateErrorEventArgs> NavigateError;
[<System.ComponentModel.Browsable(true)>]
member this.NavigateError : EventHandler<Microsoft.Uii.Csr.Browser.Web.NavigateErrorEventArgs>
Public Custom Event NavigateError As EventHandler(Of NavigateErrorEventArgs)
Event Type
- Attributes