System.Bindings.ManagerDefaults.TBindingManagerDefault.NotifHandler

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property NotifHandler: IBindingNotification read FNotifHandler implements IBindingNotification;

C++

__property System::Bindings::Notifiercontracts::_di_IBindingNotification NotifHandler = {read=FNotifHandler};

Properties

Type Visibility Source Unit Parent
property protected
System.Bindings.ManagerDefaults.pas
System.Bindings.ManagerDefaults.hpp
System.Bindings.ManagerDefaults TBindingManagerDefault

Description

Handles the incoming notifications from bindable objects.

NotifHandler is an event that handles the incoming notifications from bindable objects.

See Also