diff --git a/Azaion.Common/Controls/NumericUpDown.xaml b/Azaion.Common/Controls/NumericUpDown.xaml index 62bd90a..57fa233 100644 --- a/Azaion.Common/Controls/NumericUpDown.xaml +++ b/Azaion.Common/Controls/NumericUpDown.xaml @@ -24,7 +24,8 @@ VerticalAlignment="Center" VerticalContentAlignment="Center" Text="{Binding Value, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged, RelativeSource={RelativeSource AncestorType={x:Type local:NumericUpDown}}}" - TextChanged="NUDTextBox_OnTextChanged"/> + LostFocus="NudTextBox_OnLostFocus" + />