Click or drag to resize

ChromiumWebBrowserOnAddressChanged Method

Version 75.1.140
Called when [address changed].

Namespace:  CefSharp.Wpf
Assembly:  CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 75.1.140.0 (75.1.140.0)
Syntax
protected virtual void OnAddressChanged(
	string oldValue,
	string newValue
)

Parameters

oldValue
Type: SystemString
The old value.
newValue
Type: SystemString
The new value.
See Also