ITMSFNCDataBinderNotificationManagerReference Interface
Interface for controls that hold a reference to a notification manager; allows the data binder to register and unregister itself as an observer of the control.
API unit family: TMSFNCDataBinding
Syntax
ITMSFNCDataBinderNotificationManagerReference = interface
Methods
| Name | Description |
|---|---|
| AddManager | Registers the given notification manager so it receives change notifications from this control. |
| RemoveManager | Unregisters the previously registered notification manager from this control. |