TcxScrollBar.OnChange Event
Enables you to respond to scrollbar value changes.
Declaration
property OnChange: TNotifyEvent read; write;
Remarks
This event is fired every time the Position property value changes in response to end-user thumb scrolling, or SetParams and SetScrollParams method calls, or via direct property updates.
The Sender parameter provides access to the scrollbar that fired the event.
See Also