DataGridView::CurrentCellDirtyStateChanged Event
Occurs when the state of a cell changes in relation to a change in its contents.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
A cell is marked as modified if its contents have changed but the change has not been saved.
This event typically occurs when a cell has been edited but the change has not been committed to the data cache, or when an edit operation is canceled.
For more information about handling events, see NIB: Consuming Events.
The following code example demonstrates how to handle the CurrentCellDirtyStateChanged event. In this example, the event handler calls the CommitEdit method to raise the CellValueChanged event and determine the current value of a DataGridViewCheckBoxCell. This code example is part of a larger example provided in How to: Disable Buttons in a Button Column in the Windows Forms DataGridView Control.
Available since 2.0