DataGridViewRowStateChangedEventArgs Costruttore

Definizione

Inizializza una nuova istanza della classe DataGridViewRowStateChangedEventArgs.

public:
 DataGridViewRowStateChangedEventArgs(System::Windows::Forms::DataGridViewRow ^ dataGridViewRow, System::Windows::Forms::DataGridViewElementStates stateChanged);
public DataGridViewRowStateChangedEventArgs (System.Windows.Forms.DataGridViewRow dataGridViewRow, System.Windows.Forms.DataGridViewElementStates stateChanged);
new System.Windows.Forms.DataGridViewRowStateChangedEventArgs : System.Windows.Forms.DataGridViewRow * System.Windows.Forms.DataGridViewElementStates -> System.Windows.Forms.DataGridViewRowStateChangedEventArgs
Public Sub New (dataGridViewRow As DataGridViewRow, stateChanged As DataGridViewElementStates)

Parametri

dataGridViewRow
DataGridViewRow

Oggetto DataGridViewRow con stato modificato.

stateChanged
DataGridViewElementStates

Uno dei valori DataGridViewElementStates che indica lo stato modificato nella riga.

Eccezioni

.NET 6 e versioni successive: dataGridViewRow è null.

Commenti

Questo costruttore usa i valori dei parametri per inizializzare le Row proprietà e StateChanged .

Si applica a

Vedi anche