MonobjcMonobjc Documented Class Library
NSControlTextDidChangeNotification Field
NamespacesMonobjc.AppKitNSControlNSControlTextDidChangeNotification

Sent when the text in the receiving control changes.

The field editor of the edited cell originally sends an NSTextDidChangeNotification to the control, which passes it on in this form to its delegate. The notification object is the NSControl object posting the notification. The userInfo dictionary contains the following information:

KeyValue@"NSFieldEditor"The edited cell’s field editor

See the controlTextDidChange: method for details.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSControlTextDidChangeNotification
Public Shared ReadOnly NSControlTextDidChangeNotification As NSString
public:
static initonly NSString^ NSControlTextDidChangeNotification
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)