Data.Bind.Components.TNotifyDistanceEvent
C++
typedef void __fastcall (__closure *TNotifyDistanceEvent)(System::TObject* Sender, int Distance);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
typedef | public | Data.Bind.Components.hpp | Data.Bind.Components | Data.Bind.Components |
Description
Procedural type used by the AddDataSetScrolled and RemoveDataSetScrolled method implementations.
Parameter | Description |
---|---|
Sender
|
The object that issues the event call. |
Distance
|
Specifies the scrolling distance. |