When I use an editable TextCellView ,I put a new value, the event TextChanged have the old value. And the new value is going to appear the next time that I call/invoke the event.
I need that the event handler should have access to the new value on theTextCellVIew when it has raised the TextChanged event.
Ezequiel Taranto.