Fired after the text in the editor has changed.
Public Event ChangeEdit()
Grid Object
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.