cef_display_handler_t.on_loading_progress_change

Called when the overall page loading progress has changed. |progress| ranges from 0.0 to 1.0.

struct cef_display_handler_t
extern (System)
void function(cef_display_handler_t* self, cef_browser_t* browser, double progress) nothrow on_loading_progress_change;

Meta