Click or drag to resize
IsBrowserInitializedChangedEventArgs Constructor
Version 63.0.0
Initializes a new instance of the IsBrowserInitializedChangedEventArgs class

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax
public IsBrowserInitializedChangedEventArgs(
	bool isBrowserInitialized
)

Parameters

isBrowserInitialized
Type: SystemBoolean

[Missing <param name="isBrowserInitialized"/> documentation for "M:CefSharp.IsBrowserInitializedChangedEventArgs.#ctor(System.Boolean)"]

See Also