Click or drag to resize

CefSharp.Callback Namespace

Version 130.1.90

[Missing <summary> documentation for "N:CefSharp.Callback"]

Classes
 ClassDescription
Public classNoOpCompletionCallback Provides a callback implementation of ICompletionCallback that does nothing with complete. Added to workaround a CEF bug as per https://github.com/cefsharp/CefSharp/issues/2957#issuecomment-555285400
Interfaces
 InterfaceDescription
Public interfaceIDevToolsMessageObserver Callback interface for AddDevToolsMessageObserver(IDevToolsMessageObserver). The methods of this class will be called on the CEF UI thread.
Public interfaceIResourceReadCallback Callback for asynchronous continuation of Read(Stream, Int32, IResourceReadCallback).
Public interfaceIResourceSkipCallback Callback for asynchronous continuation of Skip(Int64, Int64, IResourceSkipCallback).
Public interfaceIRunFileDialogCallback Callback interface for IBrowserHost.RunFileDialog. The methods of this class will be called on the CEF UI thread.