4 lines
93 B
C#
4 lines
93 B
C#
namespace Toolkit.Windows;
|
|
|
|
public record PointerDragEventArgs(PointerLocation Location);
|