Update UI When Properties Change (13 of 18) | Building Apps with XAML and .NET MAUI
Microsoft Visual Studio
0:00 / 0:00
Update UI When Properties Change (13 of 18) | Building Apps with XAML and .NET MAUI
2 296 просмотров · 2 г. назад
Microsoft Visual Studio
345 тыс. подписчиков
2 296 просмотров · 2 г. назад
Welcome to the Building Apps with XAML and .NET MAUI series. Whether you are new to XAML or simply new to the XAML used in .NET MAUI, this series will show you how to start building a .NET MAUI app. In this episode, Paul shows how to bind a UI element to a property of an object.
Chapters
0:00 - Introduction
2:20 - Implementing the INotifyPropertyChanged interface
5:00 - Updating entity class properties to call RaisePropertyChanged
9:00 - Setting entity values in code when page appears
12:25 - Wrap-up
Recommended Resources
.NET MAUI Docs: https://learn.microsoft.com/en-us/dot...
Paul's code generator: https://github.com/PaulDSheriff/PDSC-...
Sample code for this series: https://github.com/PaulDSheriff/VSToo...
#visualstudio #softwaredevelopment