ScrollChanged: function(sender, args);
sender. Event source.
args. Information on the event. Arguments: RowIndex - index of the first visible row; VScrollPos - vertical scrollbar position; HScrollPos - horizontal scrollbar position.
The ScrollChanged event occurs after changing the position of scrollbars.
The example of event use is given in description of the DataGrid.getVScrollBarContainer method.
See also: