ChromiumWebBrowserIsBrowserInitializedChanged Event |
Version 63.0.0
Occurs when [is browser initialized changed].
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.WinFormsAssembly: CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax public event EventHandler<IsBrowserInitializedChangedEventArgs> IsBrowserInitializedChanged
public:
event EventHandler<IsBrowserInitializedChangedEventArgs^>^ IsBrowserInitializedChanged {
void add (EventHandler<IsBrowserInitializedChangedEventArgs^>^ value);
void remove (EventHandler<IsBrowserInitializedChangedEventArgs^>^ value);
}
Value
Type:
SystemEventHandlerIsBrowserInitializedChangedEventArgsSee Also