Skip to content

Instantly share code, notes, and snippets.

@luismts
Created October 15, 2018 03:44
Show Gist options
  • Save luismts/a4a02a0b3e5f291598783698cef5afa9 to your computer and use it in GitHub Desktop.
Save luismts/a4a02a0b3e5f291598783698cef5afa9 to your computer and use it in GitHub Desktop.
<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