41 packages tagged with “PropertyChanged”
Allows to get an observables for property changed events.
Package containing basic MVVM relevant implementations like INotifyPropertyChanged, ViewModelBase, ModelBase,...
Implements the Observable pattern and the INotifyPropertyChanged interface with a single [Observable] attribute thanks to Metalama. Supports both automatic and explicit properties and child objects.
Simple implementation of ICommand Interface and INotifyPropertyChanged Inspired by AngelSix (Luke) youtube channel and Brian Lagunas (Prism) https://github.com/Touseefelahi/Stira.WpfCore
Helpers with the Roslyn system, useful for unit tests.
A powerful framework to handle PropertyChanged and CollectionChanged events on arbitrary hierarchy of nested objects and collections.
Helpers for dealing with NuGet packages.
A MVVM framework that integrates with the Reactive Extensions for .NET to create elegant, testable MVVM components that run on any mobile or desktop platform. This is the base package with the base platform implementations
Helper methods for implementing and consuming INotifyPropertyChanged.
This package only contains a BaseModel class with a PropertyChanged event and SetProperty method
Allows users to cache values in a local sqlite database.
Common base classes for the MVVM pattern for Reactive Marbles.
Tool to add INotifyPropertyChanged support to NHibernate's proxies, enabling their usage with WPF for example.
Suppresses On_PropertyName_Changed
Schedulers for various platforms that are not shipped with the Reactive Extensions.
Reduce your setters raising PropertyChanged to only one line of code.
Auto INotifyPropertyChanged with Fody and other implementation options.
Produces DI registration for both property and constructor injection using the Splat locators.
NCommons is a set of several .NET libraries which provide common building blocks that can be used by any kind of library or application. This library provides members for quickly setting up classes which require property change notifications. Commonly Used Types: ObservableObject You can find additional information and documentation on the library's GitHub page: https://github.com/manuelroemer/NCommons
This library is a comprehensive class library designed to simplify the creation and management of editable and validatable objects in .NET applications.
A Source Generator that automatically implements for INotifyPropertyChanged.
Let a framework figure out what property needs PropertyChanged fired for.
Small helper library for managing property getters and setters as well as on property changed behaviors.
The Mvvm Extensions package provides basic implementation of ICommand interface, base class implementation for ViewModels and a range of other classes that may be useful for desktop WPF application.