WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridCurrentCellMoveFailedEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridCurrentCellMoveFailedEventArgs

    Provides data about the CurrentCellMoveFailed event when the current cell fails to be moved to a new position.

    Inheritance
    System.Object
    SyncfusionRoutedEventArgs
    GridCellEventArgs
    GridCurrentCellMoveFailedEventArgs
    Inherited Members
    GridCellEventArgs.CellRowColumnIndex
    SyncfusionRoutedEventArgs.ToString()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridCurrentCellMoveFailedEventArgs : GridCellEventArgs
    Remarks

    GridCurrentCellMoveFailedEventArgs is a custom event argument class used by the CurrentCellMoveFailed event when the current cell fails to be moved to a new position.

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

    may hold an error message why the operation failed.

    Constructors

    GridCurrentCellMoveFailedEventArgs(RowColumnIndex, GridActivateCurrentCellOptions, RoutedEvent, Object)

    Initalizes a new object.

    Declaration
    public GridCurrentCellMoveFailedEventArgs(RowColumnIndex cellRowColumnIndex, GridActivateCurrentCellOptions options, RoutedEvent routedEvent, object source)
    Parameters
    Type Name Description
    RowColumnIndex cellRowColumnIndex

    The current cell's row and column indices as RowColumnIndex.

    GridActivateCurrentCellOptions options

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

    System.Windows.RoutedEvent routedEvent

    The routed event.

    System.Object source

    The event source.

    Properties

    Options

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

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

    See Also

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