DataGridRowEventArgs(DataGridRow) Konstruktor

Definition

Initialisiert eine neue Instanz der DataGridRowEventArgs-Klasse.

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)

Parameter

row
DataGridRow

Die Zeile, für die das Ereignis eingetreten ist.

Gilt für

Siehe auch