Click here to Skip to main content
15,892,575 members
Articles / Desktop Programming / WPF

Weak Events in C#

Rate me:
Please Sign up or sign in to vote.
4.95/5 (240 votes)
25 Apr 2009MIT12 min read 489.5K   5.4K   535  
Different approaches to weak events

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
# SharpDevelop 3.1.0.4002
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WeakEvents", "WeakEvents\WeakEvents.csproj", "{CEE328E8-556D-4F00-AC03-3177C9C4E084}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmartWeakEventBenchmark", "SmartWeakEventBenchmark\SmartWeakEventBenchmark.csproj", "{30AB714A-5FB3-4445-A5D8-7E99D145EB6F}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{CEE328E8-556D-4F00-AC03-3177C9C4E084}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{CEE328E8-556D-4F00-AC03-3177C9C4E084}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{CEE328E8-556D-4F00-AC03-3177C9C4E084}.Release|Any CPU.Build.0 = Release|Any CPU
		{CEE328E8-556D-4F00-AC03-3177C9C4E084}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{30AB714A-5FB3-4445-A5D8-7E99D145EB6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{30AB714A-5FB3-4445-A5D8-7E99D145EB6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{30AB714A-5FB3-4445-A5D8-7E99D145EB6F}.Release|Any CPU.Build.0 = Release|Any CPU
		{30AB714A-5FB3-4445-A5D8-7E99D145EB6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
	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
Germany Germany
I am the lead developer on the SharpDevelop open source project.

Comments and Discussions