MonobjcMonobjc Documented Class Library
TextDidChange Method (aNotification)
NamespacesMonobjc.AppKitNSTableViewTextDidChange(NSNotification)

Sends textDidChange: to the edited cell and posts an NSControlTextDidChangeNotification to the default notification center.

Original signature is '- (void)textDidChange:(NSNotification *)aNotification'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void TextDidChange(
	NSNotification aNotification
)
Public Overridable Sub TextDidChange ( _
	aNotification As NSNotification _
)
public:
virtual void TextDidChange(
	NSNotification^ aNotification
)
Parameters
aNotification (NSNotification)
The notification posted by the field editor.
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)