Directs the cell’s associated field editor to post text change notifications.
Original signature is '- (void)setWantsNotificationForMarkedText:(BOOL)flag'
Available in Mac OS X v10.5 and later.


- flag (Boolean)
- If YES, the field editor posts text change notifications (NSTextDidChangeNotification) while editing marked text; if NO, notifications are delayed until the marked text confirmation.

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