Skip to main content
All docs
V25.1
  • VisibleRangeChangedEventArgs Class

    Provides data for the SpreadsheetControl.VisibleRangeChanged event.

    Namespace: DevExpress.XtraSpreadsheet

    Assembly: DevExpress.Spreadsheet.v25.1.Core.dll

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    [ComVisible(true)]
    public class VisibleRangeChangedEventArgs :
        EventArgs

    Remarks

    The VisibleRangeChangedEventArgs class represents an argument for the SpreadsheetControl’s VisibleRangeChanged event.

    An instance of the VisibleRangeChangedEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

    Inheritance

    Object
    EventArgs
    VisibleRangeChangedEventArgs
    See Also