I have a Xaml Page With A textbox And a button When the User Clicks the Button The text box value should be passed to its viewModel. How to achieve this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
xaml:
view model code should be something like this:
You should also assign your viewmodel to view via
DataContextproperty of the view control. (simply in constructor)UPD
p.s. RelayCommand & ViewModelBase – classes from MVVM Light