DataGridViewRowEventArgs(DataGridViewRow) Constructor

Definition

Initializes a new instance of the DataGridViewRowEventArgs class.

public:
 DataGridViewRowEventArgs(System::Windows::Forms::DataGridViewRow ^ dataGridViewRow);
public DataGridViewRowEventArgs (System.Windows.Forms.DataGridViewRow dataGridViewRow);
new System.Windows.Forms.DataGridViewRowEventArgs : System.Windows.Forms.DataGridViewRow -> System.Windows.Forms.DataGridViewRowEventArgs
Public Sub New (dataGridViewRow As DataGridViewRow)

Parameters

dataGridViewRow
DataGridViewRow

The DataGridViewRow that the event occurred for.

Exceptions

dataGridViewRow is null.

Remarks

This constructor uses the dataGridViewRow parameter value to initialize the Row property.

Applies to

See also