menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridScrollPositionChangedEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridScrollPositionChangedEventArgs

    Provides the data for the VScrollPixelPosChanged and HScrollPixelPosChanged events.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    SyncfusionSuccessEventArgs
    GridScrollPositionChangedEventArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    SyncfusionSuccessEventArgs.Success
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public sealed class GridScrollPositionChangedEventArgs : SyncfusionSuccessEventArgs

    Constructors

    GridScrollPositionChangedEventArgs(Boolean)

    Initializes the new instances for the GridScrollPositionChangedEventArgs class.

    Declaration
    public GridScrollPositionChangedEventArgs(bool success)
    Parameters
    Type Name Description
    System.Boolean success

    Indicates if operation was successful.

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