Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

How to use multiple Commands for one ViewModel

    <Button Content="Button 1" Command="{Binding Command1}"/>
    <Button Content="Button 2" Command="{Binding Command2}"/>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #How #multiple #Commands #ViewModel
ADD COMMENT
Topic
Name
2+1 =