Click or drag to resize

ChromiumWebBrowserOnAddressChanged Method

Version 130.1.90
Called when [address changed].

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

Parameters

oldValue  String
The old value.
newValue  String
The new value.
See Also