Objective Grid for Microsoft® .NET® Reference Guide

GridTabBeam.EditLostFocus Method 

Back to Class Index

Handles the LostFocus event from the editing control event.

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

Parameters

sender
An object that raised the event.
e
An EventArgs that contains the event data.

Remarks

When editing control loses focus, the tab label editing process is finished.

See Also

GridTabBeam Class | GridTabBeam Members | Stingray.Grid Namespace