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