Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Windows Phone 7 Silverlight Cookbook

You're reading from   Windows Phone 7 Silverlight Cookbook All the recipes you need to start creating apps and making money.

Arrow left icon
Product type Paperback
Published in Aug 2011
Publisher Packt
ISBN-13 9781849691161
Length 304 pages
Edition 1st Edition
Languages
Arrow right icon
Authors (2):
Arrow left icon
Jonathan Marbutt Jonathan Marbutt
Author Profile Icon Jonathan Marbutt
Jonathan Marbutt
Robb Schiefer Robb Schiefer
Author Profile Icon Robb Schiefer
Robb Schiefer
Arrow right icon
View More author details
Toc

Table of Contents (18) Chapters Close

Introduction


Throughout the two previous chapters, we learned how to lay out our applications and add some simple animations to them. We have added some simple interactivity using both events and behaviors. Events are a classic way of adding interactivity, and if you have any background in WinForms development, then you will be used to this type of development. But with Silverlight, you will find that behaviors tend to lend themselves to an easier way of doing things by allowing you to define a majority of things directly in the XAML.

Essentially, behaviors are a way to attach an action to an event of a control without having to write code in your code behind. This is great for assigning events like NavigateToPage or PlaySound, which can be a few lines of code in your code behind, when you can just drag-and-drop the behavior onto the design surface and have a much richer editing experience.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image