using Windows.UI.Xaml; namespace TheXamlGuy.TaskbarGroup.Flyout.Foundation { public record class Drag(DragEventArgs DragEventArgs) where TTarget : UIElement; }