version(cef && embedded_cef_bindings)
extern (
C)
struct cef_accessibility_handler_t {
extern (System)
void function(cef_accessibility_handler_t* self, cef_value_t* value) nothrow on_accessibility_tree_change;
extern (System)
void function(cef_accessibility_handler_t* self, cef_value_t* value) nothrow on_accessibility_location_change;
}
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.