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

AddDataNotificationReceiver

receiver As DataNotificationReceiver

RemoveDataNotificationReceiver

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

Project Types

Console, Desktop, Web

Operating Systems

All