Command
<TextBox Text="bla bla...">
<i:Interaction.Behaviors>
<behaviors:TextBoxCommandBehavior Command="{Binding Path=MyCommand}" />
</i:Interaction.Behaviors>
</TextBox><TextBox Text="bla bla..." behaviors:TextBoxManager.Command="{Binding Path=MyCommand}" />Last updated