DataGrid.OnExecutedDelete(ExecutedRoutedEventArgs) Method

Definition

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

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

Parameters

e
ExecutedRoutedEventArgs

The data for the event.

Applies to