public virtual void BtnRestoreClickedHandler(BtnRestoreClickedCommand command) { this.BtnRestoreClicked(command.Sender as TodoItemViewModel); }
public virtual void ExecuteBtnRestoreClicked(BtnRestoreClickedCommand command) { command.Sender = TodoItem; TodoItem.BtnRestoreClicked.OnNext(command); }