Skip to content

Alam-Ashraf/MAUIInvokeCommandOnListItemClickDemo

Repository files navigation

MAUIInvokeCommandOnListItemClickDemo

ObservableObject.mp4

ObservableObject in MAUI

The traditional way to implement MVVM (Model-View-ViewModel) using INotifyPropertyChanged interface but now we have a ObservableObject that provides a base implementation for INotifyPropertyChanged and INotifyPropertyChanging and this is exposing the PropertyChanged and PropertyChanging events. So In this article, I’m going to show you How to use ObservableObject in MAUI for Data Binding.

Note : To use ObservableObject we must mark the viewmodel class as partial.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages