type TCefAccessibilityHandler = record
Implement this structure to receive accessibility notification when accessibility events have been registered. The functions of this structure will be called on the UI thread.
Implemented by ICefAccessibilityHandler.
<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))
base: TCefBaseRefCounted; |
|
on_accessibility_tree_change: procedure(self: PCefAccessibilityHandler; value: PCefValue); stdcall; |
|
on_accessibility_location_change: procedure(self: PCefAccessibilityHandler; value: PCefValue); stdcall; |
base: TCefBaseRefCounted; |
|
This item has no description. |
on_accessibility_tree_change: procedure(self: PCefAccessibilityHandler; value: PCefValue); stdcall; |
|
This item has no description. |
on_accessibility_location_change: procedure(self: PCefAccessibilityHandler; value: PCefValue); stdcall; |
|
This item has no description. |