Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScrollChangedEventArgs

    Show / Hide Table of Contents

    Class ScrollChangedEventArgs

    Provides data for the Changed event.

    Inheritance
    System.Object
    ScrollChangedEventArgs
    Namespace: Syncfusion.GridCommon.ScrollAxis
    Assembly: Syncfusion.GridCommon.Portable.dll
    Syntax
    public class ScrollChangedEventArgs : EventArgs

    Constructors

    ScrollChangedEventArgs(ScrollChangedAction)

    Initializes a new instance of the ScrollChangedEventArgs class.

    Declaration
    public ScrollChangedEventArgs(ScrollChangedAction action)
    Parameters
    Type Name Description
    ScrollChangedAction action

    The ScrollChangedAction.

    Properties

    Action

    Gets the scroll changed action.

    Declaration
    public ScrollChangedAction Action { get; }
    Property Value
    Type Description
    ScrollChangedAction

    The ScrollChangedAction.

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