Compartilhar via


DataGridRowEventArgs(DataGridRow) Construtor

Definição

Inicializa uma nova instância da 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)

Parâmetros

row
DataGridRow

A linha para a qual o evento ocorreu.

Aplica-se a

Confira também