TreeDataGridRowModelEventArgs Class
Definition
Provides data for events related to row model operations in a Avalonia.Controls.TreeDataGridSource.
public class TreeDataGridRowModelEventArgs
Constructors
| Name | Description |
|---|---|
| TreeDataGridRowModelEventArgs | Provides data for events related to row model operations in a Avalonia.Controls.TreeDataGridSource. |
TreeDataGridRowModelEventArgs Constructor
Provides data for events related to row model operations in a Avalonia.Controls.TreeDataGridSource.
public TreeDataGridRowModelEventArgs(Avalonia.Controls.Models.ITreeDataGridRowModel row)
Parameters
Properties
| Name | Description |
|---|---|
| Row | Gets the row associated with this event. |
Row Property
Gets the row associated with this event.
public Avalonia.Controls.Models.ITreeDataGridRowModel Row { get; set; }