Objective Grid for Microsoft® .NET® Reference Guide

GridControl.ProcessKeys Event

Back to Class Index

Process Keys Event.     

[Visual Basic]
Public Event ProcessKeys As ProcessKeysEventHandler
[C#]
public event ProcessKeysEventHandler ProcessKeys;

Event Data

The event handler receives an argument of type ProcessKeysEventArgs containing data related to this event. The following ProcessKeysEventArgs properties provide information specific to this event.

PropertyDescription
CharGets or sets the character code for the key press.     
FlagsGets or sets the flags associated with the key event.     
HandledGets or sets a value indicating that the event was handled.     
MessageGets or sets the system message id associated with the event.     
RepCountGets or sets the number of times the key was pressed.     

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace