CefLifeSpanHandler OnBeforeClose Method Xilium.CefGlue

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

Called just before a browser is destroyed. Release all references to the browser object and do not attempt to execute any methods on the browser object after this callback returns. If this is a modal window and a custom modal loop implementation was provided in RunModal() this callback should be used to exit the custom modal loop. See DoClose() documentation for additional usage information.

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

protected virtual void OnBeforeClose(
	CefBrowser browser
)

Parameters

browser
Type: Xilium.CefGlue CefBrowser

[Missing <param name="browser"/> documentation for "M:Xilium.CefGlue.CefLifeSpanHandler.OnBeforeClose(Xilium.CefGlue.CefBrowser)"]

See Also