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