ChromiumWebBrowserPaint Event | 
Version 93.1.111 
            Fired on the CEF UI thread, which by default is not the same as your application main thread.
            Called when an element should be painted. Pixel values passed to this method are scaled relative to view coordinates
            based on the value of ScreenInfo.DeviceScaleFactor returned from GetScreenInfo. 
            
 
    Namespace: 
   CefSharp.OffScreen
    Assembly:
   CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 93.1.111.0 (93.1.111.0)
Syntaxpublic event EventHandler<OnPaintEventArgs> Paint
public:
 event EventHandler<OnPaintEventArgs^>^ Paint {
	void add (EventHandler<OnPaintEventArgs^>^ value);
	void remove (EventHandler<OnPaintEventArgs^>^ value);
}Value
Type: 
SystemEventHandlerOnPaintEventArgs
See Also