Class GridCellKeyEventArgs
Holds the key event argument values.
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 |
---|
System.Windows.Input.Key |
KeyEventArgs
Provides information about the key events.
Declaration
public KeyEventArgs KeyEventArgs { get; }
Property Value
Type |
---|
System.Windows.Input.KeyEventArgs |