DataGridColumn.CommitCellEdit(FrameworkElement) 메서드

정의

셀 편집 모드를 종료하기 전에 필요한 유효성 검사를 수행합니다.

protected:
 virtual bool CommitCellEdit(System::Windows::FrameworkElement ^ editingElement);
protected virtual bool CommitCellEdit(System.Windows.FrameworkElement editingElement);
abstract member CommitCellEdit : System.Windows.FrameworkElement -> bool
override this.CommitCellEdit : System.Windows.FrameworkElement -> bool
Protected Overridable Function CommitCellEdit (editingElement As FrameworkElement) As Boolean

매개 변수

editingElement
FrameworkElement

열이 편집 모드의 셀에 대해 표시하는 요소입니다.

반품

유효성 검사 오류가 없으면

적용 대상