NumericUpDownLib
NumericUpDownLib copied to clipboard
add support command binding
trafficstars
fix #40

It Works
Command="{Binding ValueChangedCmd}"
CommandParameter="{Binding Value}"
ValueChanged="SampleUpDown_ValueChanged"