protected virtual void OnNewTaskCancelled(ProjectViewModel e) { NewTaskCancelled?.Invoke(this, e); }
protected virtual void OnNewTaskCancelled() { NewTaskCancelled?.Invoke(this, EventArgs.Empty); }