views:

13

answers:

0

Without wanting to bug sacha too much, does anyone know what the Cinch V2 way of closing a View from a ViewModel command?

Previously I have used a RelayCommand in the ViewModel base to accept the Escape keybinding command action and wired up a RequestClose event in the View code behind to do this.