[IWE] C# question

Barry Roomberg iwe@warhead.org.uk
Wed, 10 Jan 2007 15:38:01 -0500


On Wednesday 10 January 2007 2:10, Chris Rathman wrote:
> Without thinking too hard about it, I'd just say to check one of the key
> events (up/down or whatever makes the most sense), and just return if
> length < certain number of chars.  Extra work churning through the first
> n events, but...
>
Actually, key events are bad since they trigger before the text is acutally 
added to the string.
But the text changed event is what I need.