NumericUpDownLib icon indicating copy to clipboard operation
NumericUpDownLib copied to clipboard

add support command binding

Open heartacker opened this issue 2 years ago • 2 comments

fix #40

heartacker avatar Aug 09 '22 13:08 heartacker

image

It Works

heartacker avatar Aug 09 '22 13:08 heartacker

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

heartacker avatar Aug 09 '22 13:08 heartacker