DataGrid.OnCanExecuteDelete(CanExecuteRoutedEventArgs) Method

Definition

Provides handling for the CanExecute event associated with the DeleteCommand command.

protected:
 virtual void OnCanExecuteDelete(System::Windows::Input::CanExecuteRoutedEventArgs ^ e);
protected virtual void OnCanExecuteDelete (System.Windows.Input.CanExecuteRoutedEventArgs e);
abstract member OnCanExecuteDelete : System.Windows.Input.CanExecuteRoutedEventArgs -> unit
override this.OnCanExecuteDelete : System.Windows.Input.CanExecuteRoutedEventArgs -> unit
Protected Overridable Sub OnCanExecuteDelete (e As CanExecuteRoutedEventArgs)

Parameters

e
CanExecuteRoutedEventArgs

The data for the event.

Applies to