Posts a notification that the text has changed and forwards this message to the receiver’s cell if it responds.
Original signature is '- (void)textDidChange:(NSNotification *)aNotification'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual void TextDidChange( NSNotification aNotification )
Public Overridable Sub TextDidChange ( _ aNotification As NSNotification _ )
public: virtual void TextDidChange( NSNotification^ aNotification )

- aNotification (NSNotification)
- The NSControlTextDidChangeNotification notification that is posted to the default notification center.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)