ChromiumHostControlBaseIsBrowserInitializedChanged Event |
Version 101.0.180
Event called after the underlying CEF browser instance has been created.
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.WinForms.Host
Assembly:
CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 101.0.180.0 (101.0.180.0)
Syntax public event EventHandler IsBrowserInitializedChanged
public:
virtual event EventHandler^ IsBrowserInitializedChanged {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
Value
Type:
SystemEventHandlerSee Also