DataNotifier

From Xojo Documentation

Interface


The DataNotifier interface is implemented by CheckBox. A DataNotifier object calls the DataChanged method of each DataNotificationReceiver registered with it.

Methods
AddDataNotificationReceiver RemoveDataNotificationReceiver

Notes

If you implement this interface in your application, you must implement the methods with the parameters as shown here.

See Also

DataNotificationReceiver