Data.Bind.ObjectScope.TAdapterNotifyEvent
C++
typedef void __fastcall (__closure *TAdapterNotifyEvent)(TBindSourceAdapter* Adapter);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
typedef | public | Data.Bind.ObjectScope.hpp | Data.Bind.ObjectScope | Data.Bind.ObjectScope |
説明
TAdapterNotifyEvent は、イベントが発生した TBindSourceAdapter を通知します。
TAdapterNotifyEvent メソッドは、イベントが発生した TBindSourceAdapter を通知します。 TAdapterNotifyEvent は、さまざまなアダプタ上で発生する、ほとんどのイベントによって使用されます。
Adapter
パラメータは、通知を受け取るアダプタを示します。