Files
Toolkit2/Toolkit.Foundation/NotifyEventArgs.cs
T
2024-06-09 22:41:58 +01:00

3 lines
100 B
C#

namespace Toolkit.Foundation;
public record NotifyEventArgs<TSender>(TSender? Sender = default);