DragInfo(ITreeDataGridSource, IEnumerable) Constructor

Definition

Assembly Avalonia.Controls.TreeDataGrid.dll

Initializes a new instance of the DragInfo class.

public DragInfo(ITreeDataGridSource source, IEnumerable<IndexPath> indexes)

Parameters

source
ITreeDataGridSource

The source of the drag operation/

indexes
IEnumerable<IndexPath>

The indexes being dragged.