ChangeEdit Event

Fired after the text in the editor has changed.

Syntax

Public Event ChangeEdit()

Applies To

Grid Object

Remarks

This event is fired while in edit mode, whenever the contents of the editor change.

You may use this event to provide help while the user browses the contents of a list. The current text being edited can be retrieved using the EditText property.

See Also

KeyDownEdit Event, KeyPressEdit Event, KeyUpEdit Event