4 lines
91 B
C#
4 lines
91 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public record SelectionEventArgs<TValue>(TValue? Value);
|