3 lines
107 B
C#
3 lines
107 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public record ModifiedEventArgs<TValue>(TValue OldView, TValue NewValue); |