DataGridViewCheckBoxCell::EditingCellValueChanged Property
.NET Framework (current version)
Gets or sets a flag indicating that the value has been changed for this cell.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property bool EditingCellValueChanged { virtual bool get(); virtual void set(bool value); }
When a cell's value changes, it is marked as modified until that value is saved or the cell is reinitialized with data from its data source.
.NET Framework
Available since 2.0
Available since 2.0
Show: