Reorg window handling and add drag handler
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Windows.UI.Xaml;
|
||||
|
||||
namespace TheXamlGuy.TaskbarGroup.Flyout.Foundation
|
||||
{
|
||||
public record class Drag<TTarget>(DragEventArgs DragEventArgs) where TTarget : UIElement
|
||||
{
|
||||
public TTarget Target { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user