public event EventHandler<LoadErrorEventArgs> LoadError
Public Event LoadError As EventHandler(Of LoadErrorEventArgs)
Event Data
The event handler receives an argument of type CefSharp.LoadErrorEventArgs containing data related to this event. The following LoadErrorEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Browser | |
ErrorCode | |
ErrorText | |
FailedUrl | |
Frame |
Requirements
Target Platforms: Windows 10, Windows 8.1, Windows 7
See Also