标签: c# wpf xaml binding
<Setter Property="Content" Value="{Binding Converter={c:StatusTextConverter},RelativeSource={RelativeSource Self}}"/>
在StatusTextConverter中,我需要源的两个属性。 我在StatusTextConverter中获取了源对象,但是当源的属性发生更改时它不会更新。为什么呢?
StatusTextConverter