3 lines
102 B
C#
3 lines
102 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public record ValidateEventArgs<TSender>(TSender? Sender = default); |