のようなバインディングの場合
<TextBox Text={Binding Path=SomeItem.AnotherItem.Property} />
INotifyDataErrorInfoを実装する必要があるクラス:
- DataContext
- SomeItem
- 別のアイテム
- これらのいくつかの組み合わせ
のようなバインディングの場合
<TextBox Text={Binding Path=SomeItem.AnotherItem.Property} />
INotifyDataErrorInfoを実装する必要があるクラス: