| OnPaintEventArgsHandled Property  | 
Version 118.6.80 
            Gets or sets a value indicating whether the event is handled.
            
 
    Namespace: 
   CefSharp.OffScreen
    Assembly:
   CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 118.6.80.0 (118.6.80.0)
 Syntax
Syntaxpublic bool Handled { get; set; }public:
property bool Handled {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean See Also
See Also