Interface
DataNotifier
Description
The DataNotifier interface is implemented by CheckBox. A DataNotifier object calls the DataChanged method of each DataNotificationReceiver registered with it.
Methods
| Name | Parameters | Returns | Shared | 
|---|---|---|---|
| receiver As DataNotificationReceiver | |||
| receiver As DataNotificationReceiver | 
Method descriptions
DataNotifier.AddDataNotificationReceiver
AddDataNotificationReceiver(receiver As DataNotificationReceiver)
Registers a DataNotificationReceiver.
DataNotifier.RemoveDataNotificationReceiver
RemoveDataNotificationReceiver(receiver As DataNotificationReceiver)
Removes a DataNotificationReceiver.
Notes
If you implement this interface in your application, you must implement the methods with the parameters as shown here.
Compatibility
All project types on all supported operating systems.