2 overrides of Commit
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridBoolColumn.cs (1)
260protected internal override bool Commit(CurrencyManager dataSource, int rowNum) {
winforms\Managed\System\WinForms\DataGridTextBoxColumn.cs (1)
416protected internal override bool Commit(CurrencyManager dataSource, int rowNum) {
1 reference to Commit
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGrid.cs (1)
5240bool retVal = editColumn.Commit(ListManager, currentRow);