I have a entry with complete action:<local:BaseEntry Placeholder="Email Address" Keyboard="Email" x:Name="EmailEntry" ReturnType="Next" Completed="{Binding GoToPassword}"/>
I want to focus to the next entry when user press done button from keyboard.
So how to perform Completed action from ViewModel?