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