Informs the delegate that the text object has changed its characters or formatting attributes.
Original signature is '- (void)textDidChange:(NSNotification *)aNotification'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
void TextDidChange( NSNotification aNotification )
Sub TextDidChange ( _ aNotification As NSNotification _ )
void TextDidChange( NSNotification^ aNotification )

- aNotification (NSNotification)
- MISSING

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