DataGrid.OnCanExecuteBeginEdit(CanExecuteRoutedEventArgs) Method

Definition

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

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

Parameters

e
CanExecuteRoutedEventArgs

The data for the event.

Applies to