File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 114114 <TreeView .Resources>
115115 <HierarchicalDataTemplate DataType =" {x:Type local:TreeMenuItem}" ItemsSource =" {Binding Children}" >
116116 <StackPanel Orientation =" Horizontal" Height =" 20" >
117- <CheckBox Focusable =" False" IsChecked =" {Binding IsChecked}" VerticalAlignment =" Center" />
117+ <CheckBox Focusable =" False" IsChecked =" {Binding IsChecked}" VerticalAlignment =" Center" Command = " {Binding OnCheckedCommand} " />
118118 <TextBlock Text =" {Binding Text}" Margin =" 5,0" VerticalAlignment =" Center" />
119119 <Button Content =" ..." Visibility =" {Binding IsConfigVisible}" IsEnabled =" {Binding IsConfigEnabled}" Width =" 18" Height =" 18" Margin =" 8,0"
120120 VerticalAlignment =" Center" Command =" {Binding OnConfigureCommand}" />
You can’t perform that action at this time.
0 commit comments