Pretty sure you want TextOperationEvent.CHANGE. On Wed, Jul 24, 2013 at 1:02 PM, OmPrakash Muppirala <[email protected]>wrote:
> keyUp and keyDown are a bit low level. You could use them as well > depending on what you are doing. > > On Wed, Jul 24, 2013 at 1:01 PM, mark goldin <[email protected]> > wrote: > > > It does not fire until I move out. > > > > > > On Wed, Jul 24, 2013 at 2:47 PM, OmPrakash Muppirala > > <[email protected]>wrote: > > > > > "change" would be a good one to listen to. > > > > > > On Wed, Jul 24, 2013 at 12:44 PM, mark goldin <[email protected]> > > > wrote: > > > > > > > I need to run some code every time a user changes a text in TextArea > > > > without leaving the control. Which event should I listen to? > > > > > > > > Thanks > > > > > > > > > >
