Click or drag to resize

ChromiumWebBrowserOnTooltipTextChanged Method

Version 111.2.70
Called when tooltip text was changed changed.

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

Parameters

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