Well... this is some code to write for such a simple task. The most usual step would be to write an abstract class which minimizes this code (imagine the mess with ...
今回は、データバインディングの2回目で、双方向のデータバインディング(TwoWay Binding)と、プロパティの変更をUIに自動で通知するINotifyPropertyChangedという重要な仕組みを、実際に「リアルタイム文字数カウンター」を作りながら学習していきます。