We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b869823 commit 626da2dCopy full SHA for 626da2d
CSharpCodeAnalyst/Areas/TreeArea/TreeControl.xaml
@@ -65,6 +65,8 @@
65
Margin="5"
66
dd:DragDrop.IsDragSource="True">
67
68
+ <!-- Note: The TreeVie SelectedItem is not a DependencyProperty, so we need to use
69
+ an Interaction Trigger to bind it to the ViewModel -->
70
<b:Interaction.Triggers>
71
<b:EventTrigger EventName="SelectedItemChanged">
72
<b:InvokeCommandAction Command="{Binding SelectedItemChangedCommand}"
0 commit comments