WPF

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

    Show / Hide Table of Contents

    Class GridCellKeyEventArgs

    Holds the key event argument values.

    Inheritance
    System.Object
    SyncfusionCancelRoutedEventArgs
    GridCellKeyEventArgs
    Inherited Members
    SyncfusionCancelRoutedEventArgs.ToString()
    SyncfusionCancelRoutedEventArgs.Cancel
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public sealed class GridCellKeyEventArgs : SyncfusionCancelRoutedEventArgs

    Constructors

    GridCellKeyEventArgs(RoutedEvent, Object, KeyEventArgs)

    Declaration
    public GridCellKeyEventArgs(RoutedEvent routedEvent, object source, KeyEventArgs keyEventArgs)
    Parameters
    Type Name Description
    System.Windows.RoutedEvent routedEvent
    System.Object source
    System.Windows.Input.KeyEventArgs keyEventArgs

    Properties

    Key

    Specifies possible key values on a key board.

    Declaration
    public Key Key { get; }
    Property Value
    Type Description
    System.Windows.Input.Key

    KeyEventArgs

    Provides information about the key events.

    Declaration
    public KeyEventArgs KeyEventArgs { get; }
    Property Value
    Type Description
    System.Windows.Input.KeyEventArgs
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved