Skip to content

Instantly share code, notes, and snippets.

@BrightShadow
Created September 26, 2018 19:01
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 BrightShadow/8b94a82d328de7eec25ecf89cd1e8d46 to your computer and use it in GitHub Desktop.
Save BrightShadow/8b94a82d328de7eec25ecf89cd1e8d46 to your computer and use it in GitHub Desktop.
Example binding of command in XAML
<Grid>
<Button Command="{Binding MyGreatCommand}" Content="Test"></Button>
</Grid>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment