WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridRowColIndexChangedEventArgs - WindowsForms API Reference | Syncfusion TopRowChanged and LeftColChanged events. ">

    Show / Hide Table of Contents

    Class GridRowColIndexChangedEventArgs

    Used by TopRowChanged and LeftColChanged events.

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

    GridRowColIndexChangedEventArgs is a custom event argument class used by the TopRowChanged and LeftColChanged events.

    These events are raised after the grid is scrolled.

    The Success property indicates if the grid control was successfully scrolled to the new position.

    Constructors

    GridRowColIndexChangedEventArgs(Int32, Boolean)

    Initializes a new instances for the GridRowColIndexChangedEventArgs class.

    Declaration
    public GridRowColIndexChangedEventArgs(int savedRowColIndex, bool success)
    Parameters
    Type Name Description
    System.Int32 savedRowColIndex

    The saved TopRowIndex or LeftColIndex value.

    System.Boolean success

    Indicates if operation was ended successfully or was aborted.

    Properties

    SavedValue

    Gets the saved TopRowIndex or LeftColIndex value.

    Declaration
    [TraceProperty(true)]
    public int SavedValue { get; }
    Property Value
    Type Description
    System.Int32

    See Also

    GridRowColIndexChangedEventHandler
    TopRowIndex
    LeftColIndex
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved