PageDataGridUIDataGridMain_RowEditEnding Method | |
Update handling. Update set ActionDB equal Update and refresh data grid items.
Namespace:
SOWIWin.Helper
Assembly:
SOWIWin.Helper (in SOWIWin.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax protected virtual void DataGridMain_RowEditEnding(
Object sender,
DataGridRowEditEndingEventArgs e
)
Protected Overridable Sub DataGridMain_RowEditEnding (
sender As Object,
e As DataGridRowEditEndingEventArgs
)
Parameters
- sender
- Type: SystemObject
as type DataGrid - e
- Type: System.Windows.ControlsDataGridRowEditEndingEventArgs
[Missing <param name="e"/> documentation for "M:SOWIWin.Helper.PageDataGridUI.DataGridMain_RowEditEnding(System.Object,System.Windows.Controls.DataGridRowEditEndingEventArgs)"]
See Also