WPF Update Binding when Bound directly to DataContext w/ Converter

后端 未结 3 461
别那么骄傲
别那么骄傲 2020-12-31 18:45

Normally when you want a databound control to \'update,\' you use the \"PropertyChanged\" event to signal to the interface that the data has changed behind the scenes.

3条回答
  •  感情败类
    2020-12-31 19:13

    Hmm, you don't show the full implementation. But I think it should update, if the value bound to the GUI provides the PropertyChanged-Event.

    Regards

提交回复
热议问题