Wimark.Controls Class Library  

DataGridView.UserAddedRow Event

Occurs when the user has finished adding a row to the DataGridView control.

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

Event Data

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

Property Description
Row Gets the row 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 Class | DataGridView Members | Wimark.Controls Namespace