ChromiumWebBrowserOnTooltipTextChanged Method |
Version 118.6.80
Called when tooltip text was changed changed.
Namespace:
CefSharp.Wpf
Assembly:
CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 118.6.80.0 (118.6.80.0)
Syntax protected virtual void OnTooltipTextChanged(
string oldValue,
string newValue
)
protected:
virtual void OnTooltipTextChanged(
String^ oldValue,
String^ newValue
)
Parameters
- oldValue
- Type: SystemString
old value - newValue
- Type: SystemString
new value
See Also