CefLoadHandler OnLoadingStateChange Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

Called when the loading state has changed. This callback will be executed twice -- once when loading is initiated either programmatically or by user action, and once when loading is terminated due to completion, cancellation of failure.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

protected virtual void OnLoadingStateChange(
	CefBrowser browser,
	bool isLoading,
	bool canGoBack,
	bool canGoForward
)

Parameters

browser
Type: Xilium.CefGlue CefBrowser

[Missing <param name="browser"/> documentation for "M:Xilium.CefGlue.CefLoadHandler.OnLoadingStateChange(Xilium.CefGlue.CefBrowser,System.Boolean,System.Boolean,System.Boolean)"]

isLoading
Type: OnlineSystem Boolean

[Missing <param name="isLoading"/> documentation for "M:Xilium.CefGlue.CefLoadHandler.OnLoadingStateChange(Xilium.CefGlue.CefBrowser,System.Boolean,System.Boolean,System.Boolean)"]

canGoBack
Type: OnlineSystem Boolean

[Missing <param name="canGoBack"/> documentation for "M:Xilium.CefGlue.CefLoadHandler.OnLoadingStateChange(Xilium.CefGlue.CefBrowser,System.Boolean,System.Boolean,System.Boolean)"]

canGoForward
Type: OnlineSystem Boolean

[Missing <param name="canGoForward"/> documentation for "M:Xilium.CefGlue.CefLoadHandler.OnLoadingStateChange(Xilium.CefGlue.CefBrowser,System.Boolean,System.Boolean,System.Boolean)"]

See Also