Archive

Archive for October 26th, 2009

Agile UI Development in .NET: UI Commands

October 26th, 2009
Urs Enzler

In this post, we are going to have a look at UI commands. UI commands are responsible for reacting to user input, for example the send button click in the sample I use throughout this series of agile user interface development in .NET series. For other posts in this series look here: table of contents.

We have seen in the last post that the view binds a command to the send button that it gets from the view-model:

<Button Command="{Binding SendMessageCommand}" IsDefault="True">Send</Button>

read more

 

.NET, Administration, Agile , , , , ,