Click or drag to resize
GridTabBeamEditTextChanged Method
Handles the EditTextChanged 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 EditTextChanged(
	Object sender,
	EventArgs e
)

Parameters

sender
Type: SystemObject
An object that raised the event.
e
Type: SystemEventArgs
An EventArgs that contains the event data.
Remarks
During text input the GridTabBeam class dynamically recalculates the size and position of the edited tab and repaints itself.
See Also