private void EhListViewPasteCommandCanExecute(object sender, CanExecuteRoutedEventArgs e) { if (null != _controller) { e.CanExecute = _controller.CanPasteItemsFromClipboard(); e.Handled = true; } }