MonobjcMonobjc Documented Class Library
NSControlTextDidBeginEditingNotification Field
NamespacesMonobjc.AppKitNSControlNSControlTextDidBeginEditingNotification

Sent when a control with editable cells begins an edit session.

The field editor of the edited cell originally sends an NSTextDidBeginEditingNotification 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 NSControlTextDidBeginEditingNotification
Public Shared ReadOnly NSControlTextDidBeginEditingNotification As NSString
public:
static initonly NSString^ NSControlTextDidBeginEditingNotification
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)