How Do I: Use the Observer Pattern
In this video Pat Tormey shows how to use the Observer Pattern. The Observer Pattern creates a subject that keeps accepts Observers which SubScribe and UnSubscribe to the Subject’s Notify event.
In this simple example you’ll see how to create a Form as a Subject and multiple forms as Observers that automatically stay informed to changes to the data on the Subject form.
Author: Pat Tormey