Use Value, not sender!!!!!!!!!!!!!!!!!!!!
This commit is contained in:
@@ -57,7 +57,7 @@ public partial class ObservableConfigurationCollection<TConfiguration, TValue, T
|
||||
|
||||
public void Receive(ChangedEventArgs<TConfiguration> args)
|
||||
{
|
||||
if (args.Sender is TConfiguration configuration)
|
||||
if (args.Value is TConfiguration configuration)
|
||||
{
|
||||
dispatcher.Invoke(() => Value = read(configuration));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user