C# NotificationCenter

A NotificationCenterManager object (or simply, notification center) provides a mechanism for broadcasting information within a program.

Introduction A NotificationCenterManager object (or simply, notification center) provides a mechanism for broadcasting information within a program. A NotificationCenterManager object is essentially a notification dispatch table. Objects register with a notification center to receive notifications (Notification objects) using the AddObserver method. Each invocation of this method specifies a set of... [Read More]