Movatterモバイル変換


[0]ホーム

URL:


CefSharp API Doc
CefSharp API Doc
Namespaces
CefSharp
IChromiumWebBrowserBase Interface
IChromiumWebBrowserBase Events
ConsoleMessage Event
FrameLoadEnd Event
FrameLoadStart Event
LoadError Event
LoadingStateChanged Event
StatusMessage Event
Click or drag to resizeClick or drag to resize

IChromiumWebBrowserBaseLoadError Event

Version 118.6.80
Event handler that will get called when the resource load for a navigation fails or is canceled. It's important to note this event is fired on a CEF UI thread, which by default is not the same as your application UI thread. It is unwise to block on this thread for any length of time as your browser will become unresponsive and/or hang.. To access UI elements you'll need to Invoke/Dispatch onto the UI Thread.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
Syntax
eventEventHandler<LoadErrorEventArgs>LoadError
eventEventHandler<LoadErrorEventArgs^>^LoadError {voidadd (EventHandler<LoadErrorEventArgs^>^value);voidremove (EventHandler<LoadErrorEventArgs^>^value);}

Value

Type: SystemEventHandlerLoadErrorEventArgs
See Also

Reference

IChromiumWebBrowserBase Interface
CefSharp Namespace

https://raw.githubusercontent.com/cefsharp/CefSharp/master/LICENSE


[8]ページ先頭

©2009-2025 Movatter.jp