WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridCurrentCellMovedEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridCurrentCellMovedEventArgs

    Provides data about the CurrentCellMoved event after the current cell was successfully moved to a new position.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    GridCurrentCellMovedEventArgs
    Inherited Members
    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 class GridCurrentCellMovedEventArgs : SyncfusionEventArgs
    Remarks

    GridCurrentCellMovedEventArgs is a custom event argument class used by the CurrentCellMoved event when the current cell has been successfully moved to a new position.

    See MoveTo(Int32, Int32, GridSetCurrentCellOptions, Boolean) for a discussion about the order of events that you receive when the current cell is moved.

    Constructors

    GridCurrentCellMovedEventArgs(GridSetCurrentCellOptions)

    Initializes the new instances for the GridCurrentCellMovedEventArgs class.

    Declaration
    public GridCurrentCellMovedEventArgs(GridSetCurrentCellOptions options)
    Parameters
    Type Name Description
    GridSetCurrentCellOptions options

    The options specified for the MoveTo(Int32, Int32, GridSetCurrentCellOptions, Boolean) operation.

    Properties

    Options

    Gets the options specified for the MoveTo(Int32, Int32, GridSetCurrentCellOptions, Boolean) operation.

    Declaration
    [TraceProperty(true)]
    public GridSetCurrentCellOptions Options { get; }
    Property Value
    Type Description
    GridSetCurrentCellOptions

    See Also

    GridCurrentCellMovedEventHandler
    CurrentCellMoved
    MoveTo(Int32, Int32, GridSetCurrentCellOptions, Boolean)
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved