Skip to main content
Row

ScrollPositionChangedEventArgs Class

Provides data for the SpreadsheetControl.ScrollPositionChanged event.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

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