DataGridRowEditEndingEventArgs.Row Propriété

Définition

Obtient la ligne pour laquelle l'événement s'est produit.

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

Valeur de propriété

DataGridRow

Ligne pour laquelle l'événement s'est produit.

S’applique à

Voir aussi