DataGridCellEditEndingEventArgs 생성자

정의

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

편집 내용이 취소 또는 커밋되었는지를 나타내는 값입니다.

적용 대상

추가 정보