The .NET Property Grid control has a PropertyChanged event
which fires when the property was changed, but the user has to move the
focus from
the current property to other location in order to trigger the event.
This is not quit enough for my need ( since the user has to move out of
property being edited ).

Does anyone know about the "editing" event.
That is an event which fires while the property is being edited?