Implemented interface member:
property
EditingCellValueChanged
System.Windows.Forms.IDataGridViewEditingCell.EditingCellValueChanged
3 references to EditingCellValueChanged
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (3)
337if ((!EditingCellValueChanged && FormattedValue is CheckState checkState && checkState == CheckState.Indeterminate) || 343if ((!EditingCellValueChanged && FormattedValue is CheckState checkState2 && checkState2 == CheckState.Checked) || 349if ((!EditingCellValueChanged && FormattedValue is bool boolValue && boolValue) ||