Click or drag to resize

CefSharp.WinForms.Handler Namespace

Version 96.0.142

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

Classes
  ClassDescription
Public classDisplayHandler
A WinForms Specific IDisplayHandler implementation that simplifies the process of hosting a Popup as a Control/Tab. Use this implementation as a base for your own custom implementation if you are using Create
Public classLifeSpanHandler
A WinForms Specific ILifeSpanHandler implementation that simplifies the process of hosting a Popup as a Control/Tab. This ILifeSpanHandler implementation returns true in DoClose(IWebBrowser, IBrowser) so no WM_CLOSE message is sent, this differs from the default CEF behaviour.
Public classLifeSpanHandlerBuilder
Fluent LifeSpanHandler Builder
Public classLoadHandler
A WinForms Specific ILoadHandler implementation that simplifies the process of hosting a Popup as a Control/Tab.Use this implementation as a base for your own custom implementation if you are using Create
Delegates
  DelegateDescription
Public delegateOnPopupBrowserCreatedDelegate
Called when the IBrowser instance has been created. The IBrowser reference will be valid until OnPopupDestroyedDelegate is called
Public delegateOnPopupCreatedDelegate
Called when the ChromiumHostControl has been created. When called you must add the control to it's intended parent so the ClientRectangle can be calculated to set the initial size correctly.
Public delegateOnPopupDestroyedDelegate
Called when the ChromiumHostControl is to be removed from it's parent. When called you must remove/dispose of the ChromiumHostControl.