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