System.Bindings.ManagerDefaults.TBindingManagerDefault.NotifHandler

提供:RAD Studio API Documentation

Delphi

property NotifHandler: IBindingNotification read FNotifHandler implements IBindingNotification;

C++

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

プロパティ

種類 可視性 ソース ユニット
property protected
System.Bindings.ManagerDefaults.pas
System.Bindings.ManagerDefaults.hpp
System.Bindings.ManagerDefaults TBindingManagerDefault

説明

バインド可能なオブジェクトから受信した通知を処理します。

NotifHandler は、バインド可能なオブジェクトから受信した通知を処理するイベントです

関連項目