Data.Bind.ObjectScope.TAdapterNotifyEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TAdapterNotifyEvent)(TBindSourceAdapter* Adapter);

Properties

Type Visibility Source Unit Parent
typedef public Data.Bind.ObjectScope.hpp Data.Bind.ObjectScope Data.Bind.ObjectScope

Description

TAdapterNotifyEvent notifies the TBindSourceAdapter that an event has occurred.

The TAdapterNotifyEvent method notifies the TBindSourceAdapter that an event has occurred. TAdapterNotifyEvent is used by most events that occur on various adapters.

The Adapter parameter specifies the adapter that receives the notification.

See Also