WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridCurrentCellActivateFailedEventArgs

    Show / Hide Table of Contents

    Class GridCurrentCellActivateFailedEventArgs

    Provides data about the CurrentCellActivateFailed event.

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

    The GridCurrentCellActivateFailedEventArgs is a custom event argument class used by the GridCurrentCell.CurrentCellActivateFailed"/> event that notifies you that the current cell could not be activated at the specified cell position.

    may hold an error message why the operation failed.

    Constructors

    GridCurrentCellActivateFailedEventArgs(RowColumnIndex, RoutedEvent, Object)

    Initalizes a new object.

    Declaration
    public GridCurrentCellActivateFailedEventArgs(RowColumnIndex cellRowColumnIndex, RoutedEvent routedEvent, object source)
    Parameters
    Type Name Description
    RowColumnIndex cellRowColumnIndex

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

    System.Windows.RoutedEvent routedEvent

    The routed event.

    System.Object source

    The event source.

    Properties

    CellRowColumnIndex

    The row and column indices of current cell.

    Declaration
    [TraceProperty(true)]
    public RowColumnIndex CellRowColumnIndex { get; set; }
    Property Value
    Type Description
    RowColumnIndex

    See Also

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