We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c1d27 commit 819837fCopy full SHA for 819837f
CefSharp.Wpf/DelegateCommand.cs
@@ -66,7 +66,7 @@ public void RaiseCanExecuteChanged()
66
{
67
if (CanExecuteChanged != null)
68
69
- CanExecuteChanged(this, new EventArgs());
+ CanExecuteChanged(this, EventArgs.Empty);
70
}
71
72
0 commit comments