Created
October 15, 2018 03:44
-
-
Save luismts/a4a02a0b3e5f291598783698cef5afa9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Entry Text="{Binding Name.Value, Mode=TwoWay}" > | |
<Entry.Behaviors> | |
<behaviors:EventToCommandBehavior EventName="Unfocused" Command="{Binding ValidateUserNameCommand}" /> | |
</Entry.Behaviors> | |
</Entry> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment