DataGrid.OnCanExecuteCommitEdit(CanExecuteRoutedEventArgs) メソッド

定義

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

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)

パラメーター

e
CanExecuteRoutedEventArgs

イベントのデータ。

適用対象