Provides data for the RowDragOver and RowDrop events.
public class TreeDataGridRowDragEventArgs : RoutedEventArgs
kind:method, kind:property, kind:ctor. Press Esc to clear.TreeDataGridRowDragEventArgs(RoutedEvent, TreeDataGridRow?, DragEventArgs)Initializes a new instance of the TreeDataGridRowDragEventArgs class.InnerGets the Avalonia.Input.DragEventArgs that describes the drag/drop operation.TargetRowGets the row being dragged over.