Objective Grid for Microsoft® .NET® Reference Guide

GridTabBeam.EditTextChanged Method 

Back to Class Index

Handles the EditTextChanged event from the editing control event.

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

Parameters

sender
An object that raised the event.
e
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

GridTabBeam Class | GridTabBeam Members | Stingray.Grid Namespace