Click or drag to resize
ProcessKeysEventArgs Class
Supplies data for the ProcessKeys event of the GridControl class.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Stingray.GridProcessKeysEventArgs

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public class ProcessKeysEventArgs : EventArgs

The ProcessKeysEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyChar
Gets or sets the character code for the key press.
Public propertyFlags
Gets or sets the flags associated with the key event.
Public propertyHandled
Gets or sets whether that the event was handled.
Public propertyMessage
Gets or sets the system message identified associated with the event.
Public propertyRepCount
Gets or sets the number of times the key was pressed.
Top
Remarks
These event arguments are supplied to any overridden ProcessKeys event handler, as well as to any delegates attached to the ProcessKeys event.
The ProcessKeys event is invoked when keyboard strokes are sent either from a grid edit control or the grid window.
See Also