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
一个值,指示编辑已取消还是已提交。