menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridScrollPositionChangingEventArgs - API Reference

    Show / Hide Table of Contents

    Class GridScrollPositionChangingEventArgs

    Provides the data for the VScrollPixelPosChanging and HScrollPixelPosChanging events.

    Inheritance
    System.Object
    SyncfusionCancelEventArgs
    GridScrollPositionChangingEventArgs
    Inherited Members
    SyncfusionCancelEventArgs.ToString()
    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public sealed class GridScrollPositionChangingEventArgs : SyncfusionCancelEventArgs

    Constructors

    GridScrollPositionChangingEventArgs(Int32)

    Initializes the new instances for the GridScrollPositionChangingEventArgs class.

    Declaration
    public GridScrollPositionChangingEventArgs(int scrollPosition)
    Parameters
    Type Name Description
    System.Int32 scrollPosition

    The new scroll position.

    Properties

    ScrollPosition

    Gets or sets the new scroll position.

    Declaration
    [TraceProperty(true)]
    public int ScrollPosition { get; set; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved