DataGridView::RowsRemoved Event
.NET Framework (current version)
Occurs when a row or rows are deleted from the DataGridView.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
When rows are deleted from a DataGridView control, the index numbers of subsequent rows are lowered to compensate.
For more information about handling events, see NIB: Consuming Events.
The following code example demonstrates how to use this event to update the values in a balance column of a DataGridView. This example is part of a larger example available in the SelectionChanged event.
.NET Framework
Available since 2.0
Available since 2.0
Show: