4 lines
144 B
C#
4 lines
144 B
C#
namespace Toolkit.Windows;
|
|
|
|
public record PointerDragReleasedEventArgs(PointerLocation Location, PointerButton Button = PointerButton.Left);
|