<TextBox Text="{Binding MyTitle, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"/>
Is there an equivalent to this when using x:Bind ?
If I use it like this, it only updates when the focus changes.
<TextBox Text="{x:Bind ViewModel.MyTitle, Mode=TwoWay}" />
c # data-binding windows-store-apps xaml
Laith
source share