-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible supporting Command Binding for ValueChanged Event? #40
Comments
@Dirkster99 I am unable to dev the complicated feature, But I need this indeed for my MVVM. Could you please help me. Thanks a lot |
I guess this was about the Cntrl+Enter force trigger value changed event, right? If so, can we close this? If not, please explain more detailed what you are trying to accomplish and why. I am not sure if I can help with this Command binding but maybe someone else in the community can help once its clearer what you are trying to solve. thanx |
sorry for my confuse
<Button Command="{Binding SearchAvailableDriver}"/>
<Button Click="SearchAvailableDriver_Clicked"/> I notice that NumericUpDownLib have to use event for value changed. I just want to Bingding to a Command just like Button above demo
|
now we have to use
ValueChanged="UIntegerUpDown_ValueChanged"
can we use binding Command for this event?
The text was updated successfully, but these errors were encountered: