摘要: <CheckBox Grid.Column="0" Background="DarkGray" IsChecked="{Binding Visible, Mode=TwoWay}" Content="{Binding Name}"> <i:Interaction.Triggers> <i:EventTrigger EventName="Checked"> <i:InvokeCommandAction Command="{Binding Elem 阅读全文
posted @ 2012-05-03 15:37 zhh 阅读(563) 评论(0) 推荐(0) 编辑