NumericUpDownLib
NumericUpDownLib copied to clipboard
add support command binding
fix #40
It Works
Command="{Binding ValueChangedCmd}"
CommandParameter="{Binding Value}"
ValueChanged="SampleUpDown_ValueChanged"