Skip to Content
Windows Presentation Foundation 4.5 Cookbook
book

Windows Presentation Foundation 4.5 Cookbook

by Pavel Yosifovich
September 2012
Intermediate to advanced
464 pages
10h 55m
English
Packt Publishing
Content preview from Windows Presentation Foundation 4.5 Cookbook

Chapter 7. Commands and MVVM

In this chapter we will cover the following:

  • Using routed commands
  • Implementing a basic MVVM application
  • Building a simple MVVM framework
  • Building a complete MVVM style application
  • Creating an undo/redo system

Introduction

The traditional way of connecting a piece of user interface to some logic has been through events. The canonical example is a button – when clicked, some action is undertaken, hopefully accomplishing some goal the user has intended. Although WPF supports this model completely (as other UI frameworks do), it has its drawbacks:

  • The event handler is part of the "code behind" where the UI is declared, typically a window or a user control. This makes it difficult to call from other objects that may want to invoke ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Windows Presentation Foundation Development Cookbook

Windows Presentation Foundation Development Cookbook

Kunal Chowdhury
Professional C# 5.0 and .NET 4.5.1

Professional C# 5.0 and .NET 4.5.1

Christian Nagel, Jay Glynn, Morgan Skinner
Windows® Presentation Foundation Unleashed

Windows® Presentation Foundation Unleashed

Adam Nathan, Daniel Lehenbauer - Lead Developer Responsible for WPF 3D

Publisher Resources

ISBN: 9781849686228Supplemental Content