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