Click here to Skip to main content
15,861,172 members
Articles / Programming Languages / C#

Observer Design Pattern (Delegates/Events)

Rate me:
Please Sign up or sign in to vote.
4.84/5 (23 votes)
9 Aug 2009CPOL3 min read 70.5K   588   67  
This article uses Delegates/Events to implement an Observer Design Pattern.
E:\Allen's Project\www.askbargains.com\www.askbargains.com.ObserverDesignPartternLib\bin\Debug\www.askbargains.com.ObserverDesignPartternLib.dll
E:\Allen's Project\www.askbargains.com\www.askbargains.com.ObserverDesignPartternLib\bin\Debug\www.askbargains.com.ObserverDesignPartternLib.pdb
E:\Allen's Project\www.askbargains.com\www.askbargains.com.ObserverDesignPartternLib\obj\Debug\ResolveAssemblyReference.cache
E:\Allen's Project\www.askbargains.com\www.askbargains.com.ObserverDesignPartternLib\obj\Debug\www.askbargains.com.ObserverDesignPartternLib.dll
E:\Allen's Project\www.askbargains.com\www.askbargains.com.ObserverDesignPartternLib\obj\Debug\www.askbargains.com.ObserverDesignPartternLib.pdb

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 Code Project Open License (CPOL)


Written By
Architect
United States United States
Sr Software Architect.Microsoft Certified Solutions Developer (MCSD).

Comments and Discussions