DataGridView::CellLeave Event
.NET Framework (current version)
Occurs when a cell loses input focus and is no longer the current cell.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
For more information about handling events, see NIB: Consuming Events.
The following code example illustrates how to handle this event to change the SelectionBackColor property of the current cell. In this example the selection background color is set in the CellEnter event, then reset to Empty on the CellLeave event. To run this example, paste the code into a form that contains a DataGridView named dataGridView1 and ensure that all events are associated with their event handlers.
.NET Framework
Available since 2.0
Available since 2.0
Show: