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

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

반환

Boolean

유효성 검사 오류가 발생하지 않으면 true이고, 그렇지 않으면 false입니다.

적용 대상