[Mono-bugs] [Bug 596930] UITextField does not fire ValueChanged (or have Changed)

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Apr 28 15:24:46 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=596930

http://bugzilla.novell.com/show_bug.cgi?id=596930#c2


Geoff Norton <gnorton at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |gnorton at novell.com
         Resolution|                            |INVALID

--- Comment #2 from Geoff Norton <gnorton at novell.com> 2010-04-28 19:24:45 UTC ---
UITextView.Changed is hooking into the UITextViewDelegate.Changed (UITextView)
event.

UITextView.ValueChanged and UITextField.ValueChanged are inherited from
UIControl.ValueChanged which is the UIControlEvent.ValueChanged property.  To
get at UITextFieldTextDidChangeNotification you'll need to hook into the
notification manually.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list