DataGridCellEditEndingEventArgs 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
DataGridCellEditEndingEventArgs 클래스의 새 인스턴스를 초기화합니다.
public:
DataGridCellEditEndingEventArgs(System::Windows::Controls::DataGridColumn ^ column, System::Windows::Controls::DataGridRow ^ row, System::Windows::FrameworkElement ^ editingElement, System::Windows::Controls::DataGridEditAction editAction);
public DataGridCellEditEndingEventArgs (System.Windows.Controls.DataGridColumn column, System.Windows.Controls.DataGridRow row, System.Windows.FrameworkElement editingElement, System.Windows.Controls.DataGridEditAction editAction);
new System.Windows.Controls.DataGridCellEditEndingEventArgs : System.Windows.Controls.DataGridColumn * System.Windows.Controls.DataGridRow * System.Windows.FrameworkElement * System.Windows.Controls.DataGridEditAction -> System.Windows.Controls.DataGridCellEditEndingEventArgs
Public Sub New (column As DataGridColumn, row As DataGridRow, editingElement As FrameworkElement, editAction As DataGridEditAction)
매개 변수
- column
- DataGridColumn
이벤트가 발생한 셀이 들어 있는 열입니다.
- row
- DataGridRow
이벤트가 발생한 셀이 들어 있는 행입니다.
- editingElement
- FrameworkElement
셀이 편집 모드로 표시되는 요소입니다.
- editAction
- DataGridEditAction
편집 내용이 취소 또는 커밋되었는지를 나타내는 값입니다.