Click or drag to resize
GridTabBeamEditLostFocus Method
Handles the LostFocus event from the editing control event.

Namespace: Stingray.Grid
Assembly: Stingray.GridTabControl (in Stingray.GridTabControl.dll) Version: 14.0.0.0
Syntax
protected virtual void EditLostFocus(
	Object sender,
	EventArgs e
)

Parameters

sender
Type: SystemObject
The object that raised the event.
e
Type: SystemEventArgs
The event data.
Remarks
When editing control loses focus, the tab label editing process is finished.
See Also