Binding to ViewModel.SubClass.Property (sub-property)

前端 未结 2 656
青春惊慌失措
青春惊慌失措 2020-12-19 05:32

let\'s say i have a section on my screen where \"current record\" is edited.. so my view model has a class with all currently edited properties such as:

cla         


        
2条回答
  •  攒了一身酷
    2020-12-19 05:57

    Make sure that your CurrentRecord property is 1) being set and 2) notifying the UI layer that a change has occurred.

提交回复
热议问题