MonobjcMonobjc Documented Class Library
NSText..::..TextDidChangeEventHandler Delegate
NamespacesMonobjc.AppKitNSTextNSText..::..TextDidChangeEventHandler

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 delegate void TextDidChangeEventHandler(
	NSNotification aNotification
)
Public Delegate Sub TextDidChangeEventHandler ( _
	aNotification As NSNotification _
)
public delegate void TextDidChangeEventHandler(
	NSNotification^ aNotification
)
Parameters
aNotification (NSNotification)
MISSING
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)