DataGridRowEventArgs(DataGridRow) Costruttore

Definizione

Inizializza una nuova istanza della classe DataGridRowEventArgs.

public:
 DataGridRowEventArgs(System::Windows::Controls::DataGridRow ^ row);
public DataGridRowEventArgs (System.Windows.Controls.DataGridRow row);
new System.Windows.Controls.DataGridRowEventArgs : System.Windows.Controls.DataGridRow -> System.Windows.Controls.DataGridRowEventArgs
Public Sub New (row As DataGridRow)

Parametri

row
DataGridRow

Riga per cui si è verificato l'evento.

Si applica a

Vedi anche