DataGrid.OnCanExecuteCancelEdit(CanExecuteRoutedEventArgs) メソッド

定義

CanExecute コマンドに関連付けられた CancelEditCommand イベントの処理を提供します。

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)

パラメーター

e
CanExecuteRoutedEventArgs

イベントのデータ。

適用対象