System.Bindings.EvalProtocol.TSubscriptionNotification
Delphi
TSubscriptionNotification = reference to procedure(const ASubscription: ISubscription);
C++
__interface TSubscriptionNotification : public System::IInterface
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
anonMethod class |
public | System.Bindings.EvalProtocol.pas System.Bindings.EvalProtocol.hpp |
System.Bindings.EvalProtocol | System.Bindings.EvalProtocol |
説明
サブスクライブ可能なオブジェクトが変更されたときに呼び出されます。
TSubscriptionNotification は、サブスクライブ可能なオブジェクトが変更されたときに呼び出される手続きの参照です。
ASubscription
パラメータは、変更されたサブスクライブ可能なオブジェクトに対応するサブスクリプションを表します。