Quantcast
Channel: Recent Threads — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 204402

How to fire a "Complete" event from ViewModel?

$
0
0

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?


Viewing all articles
Browse latest Browse all 204402

Trending Articles