DataGridRowEditEndingEventArgs.Row Propriedade

Definição

Obtém a linha para a qual o evento ocorreu.

public:
 property System::Windows::Controls::DataGridRow ^ Row { System::Windows::Controls::DataGridRow ^ get(); };
public System.Windows.Controls.DataGridRow Row { get; }
member this.Row : System.Windows.Controls.DataGridRow
Public ReadOnly Property Row As DataGridRow

Valor da propriedade

DataGridRow

A linha para a qual o evento ocorreu.

Aplica-se a

Confira também