Drop ValueViewModel, and expand ObservableCollection to support Value/ViewModel, and Key/Value/ViewModel

This commit is contained in:
TheXamlGuy
2024-10-02 21:47:59 +01:00
parent 08bfa44c4f
commit 855edf7d6d
7 changed files with 250 additions and 129 deletions
@@ -14,7 +14,7 @@ public class EventListenerBehaviour :
public static readonly StyledProperty<object> SourceProperty =
AvaloniaProperty.Register<EventListenerBehaviour, object>(nameof(Source));
private Delegate? eventHandler;
private readonly Delegate? eventHandler;
private object? resolvedSource;
static EventListenerBehaviour()