ChromiumWebBrowserOnAddressChanged Method |
Version 98.1.210
Called when [address changed].
Namespace:
CefSharp.Wpf
Assembly:
CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 98.1.210.0 (98.1.210.0)
Syntax protected virtual void OnAddressChanged(
string oldValue,
string newValue
)
protected:
virtual void OnAddressChanged(
String^ oldValue,
String^ newValue
)
Parameters
- oldValue
- Type: SystemString
The old value. - newValue
- Type: SystemString
The new value.
See Also