6
Boolean CommandParameter trong XAML
Tôi có mã này (hoạt động vừa phải): <KeyBinding Key="Enter" Command="{Binding ReturnResultCommand}"> <KeyBinding.CommandParameter> <s:Boolean> True </s:Boolean> </KeyBinding.CommandParameter> </KeyBinding> Trong đó "s" tất nhiên là không gian tên Hệ thống. Nhưng lệnh này được gọi khá nhiều lần và nó thực sự thổi phồng mã XAML khá đơn giản. Đây có …