Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

ScrollPositionChangedEventArgs Class

Provides data for the SpreadsheetControl.ScrollPositionChanged event.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

[ComVisible(true)]
public class ScrollPositionChangedEventArgs :
    SheetEventArgsBase

Remarks

The ScrollPositionChangedEventArgs objects are automatically created, initialized and passed to the SpreadsheetControl.ScrollPositionChanged event handlers.

Inheritance

Object
EventArgs
DevExpress.Spreadsheet.SheetEventArgsBase
ScrollPositionChangedEventArgs
See Also