cef_render_handler_t.on_text_selection_changed

Called when text selection has changed for the specified |browser|. |selected_text| is the currently selected text and |selected_range| is the character range.

struct cef_render_handler_t
extern (System)
void function(cef_render_handler_t* self, cef_browser_t* browser, const(cef_string_t)* selected_text, const(cef_range_t)* selected_range) nothrow on_text_selection_changed;

Meta