menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridScrollingEvents - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridScrollingEvents

    Provides data for the OnScrolled event.

    Inheritance
    System.Object
    GridScrollingEvents
    GridScrolledEventArgs
    Namespace: Syncfusion.SfDataGrid
    Assembly: Syncfusion.SfDataGrid.Android.dll
    Syntax
    public class GridScrollingEvents : EventArgs

    Constructors

    GridScrollingEvents(Double)

    Initializes a new instance of the GridScrollingEvents class.

    Declaration
    public GridScrollingEvents(double value)
    Parameters
    Type Name Description
    System.Double value

    The new vertical offset value.

    Properties

    ChangedValue

    Gets the changed vertical offset value.

    Declaration
    public double ChangedValue { get; }
    Property Value
    Type Description
    System.Double

    The changed vertical offset value.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved