4 lines
99 B
C#
4 lines
99 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public record ChangedEventArgs<TValue>(TValue? Value = default);
|