CefLoadHandler ClassXilium.CefGlue

[This is preliminary documentation and is subject to change.]

Implement this interface to handle events related to browser load status. The methods of this class will be called on the browser process UI thread or render process main thread (TID_RENDERER).
Inheritance Hierarchy

OnlineSystem Object
  Xilium.CefGlue CefLoadHandler

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public abstract class CefLoadHandler
See Also