1 implementation of EditingCellValueChanged
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (1)
127public virtual bool EditingCellValueChanged
6 writes to EditingCellValueChanged
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (6)
3125dataGridViewEditingCell.EditingCellValueChanged = false; 3224((IDataGridViewEditingCell)this.CurrentCellInternal).EditingCellValueChanged = false; 3963((IDataGridViewEditingCell) this.CurrentCellInternal).EditingCellValueChanged = false; 9857dataGridViewEditingCell.EditingCellValueChanged = false; 25479dataGridViewEditingCell.EditingCellValueChanged = true; 25665dataGridViewEditingCell.EditingCellValueChanged = false;
1 reference to EditingCellValueChanged
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
3889(this.dataGridViewState1[DATAGRIDVIEWSTATE1_currentCellInEditMode] && ((IDataGridViewEditingCell)this.CurrentCellInternal).EditingCellValueChanged)