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

值,指出該編譯已經取消還是獲得認可。

適用於

另請參閱