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