0 votes
in WPF by
What is the basic difference between Events and Commands in the MVVM Model?

1 Answer

0 votes
by

Commands are more powerful and are advantageous to use instead of events. Actions are deeply connected with the event’s source and, therefore, the events cannot be reused easily. But commands make it possible to efficiently maintain multiple actions at one place and then reuse them as per our requirement

Related questions

0 votes
0 votes
asked May 28, 2022 in WPF by sharadyadav1986
0 votes
asked Apr 12, 2021 in Terraform by Robindeniel
...