This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
What is the proper event or property to bind to that will catch when an item in the drop down is selected? I'm using MVVM and I don't mind handling events in the code behind or binding to a property in my View model. I've tried SelectionChanged event but it fires on every keypress. I have tried binding the Text property in my ViewModel following this thread, using TwoWay Binding but the setter is only called the 1st time an item is selected: AutoComplete Update Trigger Am looking for a single way to capture when the user selects an item from the AutoCompleteBox. |
|
|
Hello, Thanks for posting, I've just added a SelectedItemChanged event to the AutoCompleteBox which you can use in the next nightly build. Let me know if that works for you. -Jason Fauchelle |
|
|
This new event did not make it into the May 30 nightly, I'll look again for the May 31, but since it's the weekend, I'm thinking it won't be there either. |
|
|
Hi Chris, It should be there. Note that it was only added to version 7. -Jason Fauchelle |
|
|
I see it now. When I download the nightly builds, there already exists a Source/Src folder with all the source already expanded. I'm assuming this is the stable source? This is where i was looking and did not find it. The new event was in the source.zip file. Is the zip the nightly build source? |
|
|
I got it now Jason, same as above post. |
|