DataGrid.OnCanExecuteDelete(CanExecuteRoutedEventArgs) Methode

Definitie

Biedt verwerking voor de CanExecute gebeurtenis die aan de DeleteCommand opdracht is gekoppeld.

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

De gegevens voor de gebeurtenis.

Van toepassing op