Using GotFocus and TextChanged simultaneously - Windows Phone
问题 I have an AutoSuggestBox which is set to handle the events GotFocus & TextChanged simultaneously. I have cleared the text from the text box in GotFocus event. Now the problem is that when I select any of the suggestions in AutoSuggestBox , after selecting it calls the GotFocus event handler and clears the selected text from it. This is the MainPage.xaml code using the AutoSuggestBox: <AutoSuggestBox x:Name="auto_text_from" HorizontalAlignment="Left" VerticalAlignment="Center" PlaceholderText=