【发布时间】:2017-05-23 12:26:09
【问题描述】:
有没有办法更改此 ExtendedPicker 以便在用户更改选择数据时调用 ViewModel 中的 MyCode()?
<controls:ExtendedPicker
Style="{StaticResource FormEntry}"
x:Name="carTypePicker"
Picker.Title="{i18n:Translate SelectCar}"
ItemsSource="{Binding carTypes}"
DisplayProperty="Name" SelectedItem="{Binding SelectedCarType, Mode=TwoWay}">
</controls:ExtendedPicker>
【问题讨论】:
标签: visual-studio xaml xamarin mvvm xamarin.forms