Created
September 26, 2018 19:01
-
-
Save BrightShadow/8b94a82d328de7eec25ecf89cd1e8d46 to your computer and use it in GitHub Desktop.
Example binding of command in XAML
This file contains 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
<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