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