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)
337
if ((!
EditingCellValueChanged
&& FormattedValue is CheckState checkState && checkState == CheckState.Indeterminate) ||
343
if ((!
EditingCellValueChanged
&& FormattedValue is CheckState checkState2 && checkState2 == CheckState.Checked) ||
349
if ((!
EditingCellValueChanged
&& FormattedValue is bool boolValue && boolValue) ||