System.Bindings.EvalProtocol.TSubscriptionNotification

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TSubscriptionNotification = reference to procedure(const ASubscription: ISubscription);

C++

__interface TSubscriptionNotification  : public System::IInterface

Properties

Type Visibility Source Unit Parent
anonMethod
class
public
System.Bindings.EvalProtocol.pas
System.Bindings.EvalProtocol.hpp
System.Bindings.EvalProtocol System.Bindings.EvalProtocol

Description

Called when a subscribable object changes.

TSubscriptionNotification is a reference to a procedure that is called when a subscribable object changes.

The ASubscription parameter specifies the subscription correspondent to the subscribable object that has changed.

See Also