Why use “WhenAnyValue” instead of “RaisePropertyChanged”?
I’ve been reading up on Avalonia and this example shows adding a property and then in the viewmodel constructor use “WhenAnyValue” to raise the “RaisePropertyChanged” event.
I’ve been reading up on Avalonia and this example shows adding a property and then in the viewmodel constructor use “WhenAnyValue” to raise the “RaisePropertyChanged” event.