CefOnContextInitialized Property |
Version 51.0.0
Called on the CEF UI thread immediately after the CEF context has been initialized.
You can now access the Global RequestContext through Cef.GetGlobalRequestContext() - this is the
first place you can set Preferences (e.g. proxy settings, spell check dictionaries).
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 51.0.0.0
Syntax public static Action OnContextInitialized { get; set; }
public:
static property Action^ OnContextInitialized {
Action^ get ();
void set (Action^ value);
}
Property Value
Type:
ActionSee Also