1 reference to DeleteCommand
PresentationFramework (1)
System\Windows\Controls\DataGrid.cs (1)
67
CommandManager.RegisterClassCommandBinding(ownerType, new CommandBinding(
DeleteCommand
, new ExecutedRoutedEventHandler(OnExecutedDelete), new CanExecuteRoutedEventHandler(OnCanExecuteDelete)));