Click here to Skip to main content
15,893,814 members
Articles / Programming Languages / Visual Basic

GUI Observer - Using the Observer pattern to handle data updates to complex linked controls

Rate me:
Please Sign up or sign in to vote.
4.09/5 (8 votes)
31 May 200613 min read 68.1K   404   51  
Use the Observer pattern to encapsulate control update code (adding items to lists etc.) in seperate classes outside of the form, and handle it when the code is called.

Views

Daily Counts

Downloads

Weekly Counts

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United Kingdom United Kingdom
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions