Click here to Skip to main content
15,881,898 members
Articles / Programming Languages / C# 4.0

Silverlight View Model Communication

Rate me:
Please Sign up or sign in to vote.
4.89/5 (14 votes)
25 Sep 2010MIT2 min read 75.8K   960   39  
An example of Silverlight View Model communication between Master and Child View Models

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ViewModelCommunication", "ViewModelCommunication\ViewModelCommunication.csproj", "{DB3C716E-D177-4859-991D-0539EDB179A7}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "ViewModelCommunication.Web", "ViewModelCommunication.Web\", "{684661E4-38FD-4136-A958-AB9312B00F49}"
	ProjectSection(WebsiteProperties) = preProject
		TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
		Debug.AspNetCompiler.VirtualPath = "/ViewModelCommunication.Web"
		Debug.AspNetCompiler.PhysicalPath = "ViewModelCommunication.Web\"
		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\ViewModelCommunication.Web\"
		Debug.AspNetCompiler.Updateable = "true"
		Debug.AspNetCompiler.ForceOverwrite = "true"
		Debug.AspNetCompiler.FixedNames = "false"
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.VirtualPath = "/ViewModelCommunication.Web"
		Release.AspNetCompiler.PhysicalPath = "ViewModelCommunication.Web\"
		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\ViewModelCommunication.Web\"
		Release.AspNetCompiler.Updateable = "true"
		Release.AspNetCompiler.ForceOverwrite = "true"
		Release.AspNetCompiler.FixedNames = "false"
		Release.AspNetCompiler.Debug = "False"
		VWDPort = "18009"
		DefaultWebSiteLanguage = "Visual C#"
		ProjOutputReferences = "{DB3C716E-D177-4859-991D-0539EDB179A7}|ClientBin|false;"
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{DB3C716E-D177-4859-991D-0539EDB179A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{DB3C716E-D177-4859-991D-0539EDB179A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{DB3C716E-D177-4859-991D-0539EDB179A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{DB3C716E-D177-4859-991D-0539EDB179A7}.Release|Any CPU.Build.0 = Release|Any CPU
		{684661E4-38FD-4136-A958-AB9312B00F49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{684661E4-38FD-4136-A958-AB9312B00F49}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{684661E4-38FD-4136-A958-AB9312B00F49}.Release|Any CPU.ActiveCfg = Debug|Any CPU
		{684661E4-38FD-4136-A958-AB9312B00F49}.Release|Any CPU.Build.0 = Debug|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Software Developer (Senior) http://ADefWebserver.com
United States United States
Michael Washington is a Microsoft MVP. He is a ASP.NET and
C# programmer.
He is the founder of
AiHelpWebsite.com,
LightSwitchHelpWebsite.com, and
HoloLensHelpWebsite.com.

He has a son, Zachary and resides in Los Angeles with his wife Valerie.

He is the Author of:

Comments and Discussions