DataGridView::RowLeave Event
.NET Framework (current version)
Occurs when a row loses input focus and is no longer the current row.
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 BackColor property of the cells in the current row. In this example, the background color is set in the RowEnter event, then reset to Empty on the RowLeave 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: