type ICefAccessibilityHandler = interface(ICefBaseRefCounted)
Implement this interface to receive accessibility notification when accessibility events have been registered. The functions of this interface will be called on the UI thread.
UNKNOWN
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_accessibility_handler_capi.h">CEF source file: /include/capi/cef_accessibility_handler_capi.h (cef_accessibility_handler_t))
procedure OnAccessibilityTreeChange(const value: ICefValue); |
|
procedure OnAccessibilityLocationChange(const value: ICefValue); |
procedure OnAccessibilityTreeChange(const value: ICefValue); |
|
Called after renderer process sends accessibility tree changes to the browser process. Attributes
|
procedure OnAccessibilityLocationChange(const value: ICefValue); |
|
Called after renderer process sends accessibility location changes to the browser process. |