Reputation: 5886
In context of Microsoft's MVVM pattern and its Commanding/Event Handling aspects consider I am doing both binding a Command to a Control (say a Button) and subscribing to the control's Click event.
Is there any general rule what action takes place first - the processing of the code associated with the command or the one associated with the corresponding event handler?
Upvotes: 9
Views: 1985