MonobjcMonobjc Documented Class Library
TextShouldEndEditing Method (textObject)
NamespacesMonobjc.AppKitNSTextFieldTextShouldEndEditing(NSText)

Performs validation on the receiver’s new value.

Original signature is '- (BOOL)textShouldEndEditing:(NSText *)textObject'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool TextShouldEndEditing(
	NSText textObject
)
Public Overridable Function TextShouldEndEditing ( _
	textObject As NSText _
) As Boolean
public:
virtual bool TextShouldEndEditing(
	NSText^ textObject
)
Parameters
textObject (NSText)
The text object requesting permission to end editing.
Return Value
YES if the new value is valid; otherwise NO.
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)