WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridRowColIndexChangingEventArgs - WindowsForms API Reference | Syncfusion TopRowChanging and LeftColChanging events. ">

    Show / Hide Table of Contents

    Class GridRowColIndexChangingEventArgs

    Used by TopRowChanging and LeftColChanging events.

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

    GridRowColIndexChangingEventArgs is a custom event argument class used by the TopRowChanging and LeftColChanging events.

    These events are raised just before the grid is scrolled.

    You can disallow the scrolling of the grid at run-time when you assign true to System.ComponentModel.CancelEventArgs.Cancel.

    Constructors

    GridRowColIndexChangingEventArgs(Int32)

    Initializes a new instances for the GridRowColIndexChangingEventArgs class.

    Declaration
    public GridRowColIndexChangingEventArgs(int rowColIndex)
    Parameters
    Type Name Description
    System.Int32 rowColIndex

    The new TopRowIndex or LeftColIndex value.

    Properties

    Value

    Gets the new TopRowIndex or LeftColIndex value.

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

    See Also

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