Event handler for changes to the status message. 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. (The exception to this is when you're running with settings.MultiThreadedMessageLoop = false, then they'll be the same thread).
Namespace: CefSharpCefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
Syntaxevent EventHandler<StatusMessageEventArgs> StatusMessage
event EventHandler<StatusMessageEventArgs^>^ StatusMessage { void add (EventHandler<StatusMessageEventArgs^>^ value); void remove (EventHandler<StatusMessageEventArgs^>^ value); }Value
Type:
SystemEventHandlerStatusMessageEventArgs See AlsoRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4