Wimark.Controls Class Library  

DataGridView.DataGridViewRowCollection.RowRemoved Event

Occurs when a row is removed from the DataGridView.

[Visual Basic]
Public Event RowRemoved As DataGridViewIndexEventHandler 
[C#]
public event DataGridViewIndexEventHandler RowRemoved;
[C++]
public: __event DataGridViewIndexEventHandler* RowRemoved;

Event Data

The event handler receives an argument of type DataGridViewIndexEventArgs containing data related to this event. The following DataGridViewIndexEventArgs property provides information specific to this event.

Property Description
Index Gets the zero-based index of the row or column associated with the event.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DataGridView.DataGridViewRowCollection Class | DataGridView.DataGridViewRowCollection Members | Wimark.Controls Namespace | DataGridView