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

이벤트 데이터입니다.

적용 대상