DataGrid.OnCanExecuteCommitEdit(CanExecuteRoutedEventArgs) Method

Definition

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

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

Parameters

e
CanExecuteRoutedEventArgs

The data for the event.

Applies to