for WPF developers
Home Profile Tips 全記事一覧

MVVM パターンのための基本的なクラス

(2017/03/07 15:29:56 created.)

(2017/03/07 16:10:29 modified.)

ここでは、MVVM パターンを実現するために不可欠な INotifyPropertyChanged インターフェースを実装したクラスと、ICommand インターフェースを実装したクラスを定義します。