DataGrid.OnCanExecuteBeginEdit(CanExecuteRoutedEventArgs) Método

Definición

Proporciona control para el evento CanExecute asociado al comando BeginEditCommand.

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)

Parámetros

e
CanExecuteRoutedEventArgs

Datos del evento.

Se aplica a