Share via


DataGridRowEventArgs(DataGridRow) Constructor

Definición

Inicializa una nueva instancia de la clase 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)

Parámetros

row
DataGridRow

Fila para la que se ha producido el evento.

Se aplica a

Consulte también