반응형
[C#] INotifyPropertyChanged 손쉽게 작성하기
우리는 MVVM을 위해 다음처럼 복잡한 INotifyPropertyChanged 코드를 매번 작성해야 했습니다.public class UserViewModel : INotifyPropertyChanged{ private string _UserName; public string UserName { get => _UserName; set => SetProperty(ref _UserName, value); } private DateTime? _BirthDate; public DateTime? BirthDate { get => _BirthDate; set => SetProperty(ref _BirthDate, value); } public event PropertyChangedEven..
Windows App
2023. 5. 19. 10:38
반응형
최근에 올라온 글
최근에 달린 댓글
TAG
- material-ui
- .NET Standard
- MS SQL
- Xamarin.Forms eBook
- VisualStudio
- ios
- TypeScript
- Xamarin.Forms 요약
- Xamarin.Forms
- ASP.NET Core
- React
- Xamarin
- StringComparison
- npm
- c#
- WPF
- Xamarin.iOS
- flutter
- Vue
- Android
- Total
- Today
- Yesterday