Click or drag to resize
LoadingStateChangedEventArgs Constructor
Version 51.0.0
Initializes a new instance of the LoadingStateChangedEventArgs class

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax
public LoadingStateChangedEventArgs(
	IBrowser browser,
	bool canGoBack,
	bool canGoForward,
	bool isLoading
)

Parameters

browser
Type: CefSharpIBrowser

[Missing <param name="browser"/> documentation for "M:CefSharp.LoadingStateChangedEventArgs.#ctor(CefSharp.IBrowser,System.Boolean,System.Boolean,System.Boolean)"]

canGoBack
Type: SystemBoolean

[Missing <param name="canGoBack"/> documentation for "M:CefSharp.LoadingStateChangedEventArgs.#ctor(CefSharp.IBrowser,System.Boolean,System.Boolean,System.Boolean)"]

canGoForward
Type: SystemBoolean

[Missing <param name="canGoForward"/> documentation for "M:CefSharp.LoadingStateChangedEventArgs.#ctor(CefSharp.IBrowser,System.Boolean,System.Boolean,System.Boolean)"]

isLoading
Type: SystemBoolean

[Missing <param name="isLoading"/> documentation for "M:CefSharp.LoadingStateChangedEventArgs.#ctor(CefSharp.IBrowser,System.Boolean,System.Boolean,System.Boolean)"]

See Also