Skip to main content

TreeDataGridRowModelEventArgs Class

Definition

Assembly:Avalonia.Controls.TreeDataGrid
Package:Avalonia.Controls.TreeDataGrid

Provides data for events related to row model operations in a Avalonia.Controls.TreeDataGridSource.

public class TreeDataGridRowModelEventArgs

Inheritance: EventArgs -> TreeDataGridRowModelEventArgs

Constructors

NameDescription
TreeDataGridRowModelEventArgsProvides 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

row Avalonia.Controls.Models.ITreeDataGridRowModel

Properties

NameDescription
RowGets the row associated with this event.

Row Property

Gets the row associated with this event.

public Avalonia.Controls.Models.ITreeDataGridRowModel Row { get; set; }