IdxRangeControlClient.SelectedRangeChanged Method
Notifies the associated client control of any range control selection changes.
Declaration
procedure SelectedRangeChanged;
Remarks
Normally, this procedure supports the internal infrastructure and is not intended to be used directly from your code. The SelectedRangeChanged procedure is called every time the OnSelectedRangeChanged event is raised.
See Also