 | GridControlProcessKeys Event |
Process Keys event.
Namespace: Stingray.GridAssembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: [TAG_DECIMAL_VERSION]
Syntax[BrowsableAttribute(true)]
public event ProcessKeysEventHandler ProcessKeys
<BrowsableAttribute(true)>
Public Event ProcessKeys As ProcessKeysEventHandler
public:
[BrowsableAttribute(true)]
event ProcessKeysEventHandler^ ProcessKeys {
void add (ProcessKeysEventHandler^ value);
void remove (ProcessKeysEventHandler^ value);
}
Value
Type:
Stingray.GridProcessKeysEventHandler
Remarks
This event is invoked when keyboard strokes are sent either from
the edit-control or the grid-window.
See Also