Summary
Provides data for
DataGrid
row-related events.
- Namespace
- Avalonia
.Controls - Base Types
-
- object
- EventArgs
graph BT
Type-->Base0["EventArgs"]
Base0-->Base1["object"]
Type["DataGridRowEventArgs"]
class Type type-node
Syntax
public class DataGridRowEventArgs : EventArgs
Constructors
Name | Summary |
---|---|
DataGridRowEventArgs |
Initializes a new instance of the DataGridRowEventArgs class.
|
Properties
Name | Value | Summary |
---|---|---|
Row | DataGridRow |
Gets the row that the event occurs for.
|