TreeDataGridRowDragEventArgs(RoutedEvent, TreeDataGridRow?, DragEventArgs) Constructor

Definition

Assembly Avalonia.Controls.TreeDataGrid.dll

Initializes a new instance of the TreeDataGridRowDragEventArgs class.

public TreeDataGridRowDragEventArgs(RoutedEvent routedEvent, TreeDataGridRow? row, DragEventArgs inner)

Parameters

routedEvent
Avalonia.Interactivity.RoutedEvent

The event being raised.

row
TreeDataGridRow

The row that is being dragged over.

inner
Avalonia.Input.DragEventArgs

The inner drag event args.