cef_load_handler_t.base

Base structure.

More...
struct cef_load_handler_t
cef_base_ref_counted_t base;

Detailed Description

Called when the loading state has changed. This callback will be executed twice -- once when loading is initiated either programmatically or by user action, and once when loading is terminated due to completion, cancellation of failure. It will be called before any calls to OnLoadStart and after all calls to OnLoadError and/or OnLoadEnd.

Meta