MonobjcMonobjc Documented Class Library
TextDidBeginEditing Method (aNotification)
NamespacesMonobjc.AppKitINSTextDelegateTextDidBeginEditing(NSNotification)

Informs the delegate that the text object has begun editing (that the user has begun changing it).

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
void TextDidBeginEditing(
	NSNotification aNotification
)
Sub TextDidBeginEditing ( _
	aNotification As NSNotification _
)
void TextDidBeginEditing(
	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)