Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luismts/3dcd7287a886ee6fad4b6000866b0892 to your computer and use it in GitHub Desktop.
Save luismts/3dcd7287a886ee6fad4b6000866b0892 to your computer and use it in GitHub Desktop.
<Entry Text="{Binding User.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