MonobjcMonobjc Documented Class Library
TextDidChange Event
NamespacesMonobjc.AppKitNSText..::..NSTextDelegateEventDispatcherTextDidChange

Informs the delegate that the text object has changed its characters or formatting attributes.

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public event NSText..::..TextDidChangeEventHandler TextDidChange
Public Event TextDidChange As NSText..::..TextDidChangeEventHandler
public:
 event NSText..::..TextDidChangeEventHandler^ TextDidChange {
	void add (NSText..::..TextDidChangeEventHandler^ value);
	void remove (NSText..::..TextDidChangeEventHandler^ value);
}
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)