Objective Grid for Microsoft® .NET® Reference Guide

GridTabBeam.EditKeyPress Method 

Back to Class Index

Performs special handling for the Enter key and ends editing.

[Visual Basic]
Overridable Protected Sub EditKeyPress( _
   ByVal sender As Object, _
   ByVal e As KeyPressEventArgs _
)
[C#]
protected virtual void EditKeyPress(
   object sender,
   KeyPressEventArgs e
);

Parameters

sender
An object that raised the event.
e
A KeyPressEventArgs that contains the event data.

See Also

GridTabBeam Class | GridTabBeam Members | Stingray.Grid Namespace