MonobjcMonobjc Documented Class Library
NSControlTextDidEndEditingNotification Field
NamespacesMonobjc.AppKitNSControlNSControlTextDidEndEditingNotification

Sent when a control with editable cells ends an editing session.

The field editor of the edited cell originally sends an NSControlTextDidEndEditingNotification 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 controlTextDidEndEditing: method for details.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSControlTextDidEndEditingNotification
Public Shared ReadOnly NSControlTextDidEndEditingNotification As NSString
public:
static initonly NSString^ NSControlTextDidEndEditingNotification
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)