type ICefPreferenceObserver = interface(ICefBaseRefCounted)
Implemented by the client to observe preference changes and registered via ICefPreferenceManager.AddPreferenceObserver. The functions of this structure will be called on the browser process UI thread.
UNKNOWN
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_preference_capi.h">CEF source file: /include/capi/cef_preference_capi.h (cef_preference_observer_t))
![]() |
procedure OnPreferenceChanged(const name : ustring); |
![]() |
procedure OnPreferenceChanged(const name : ustring); |
Called when a preference has changed. The new value can be retrieved using ICefPreferenceManager.GetPreference. Attributes
|