DataGrid.OnCanExecuteCancelEdit(CanExecuteRoutedEventArgs) Method

Definition

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

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

Parameters

e
CanExecuteRoutedEventArgs

The data for the event.

Applies to