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