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

Validates the textObject cell being edited and queries the delegate using control:textShouldEndEditing:, returning the delegate’s response if it responds to that method.

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)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.AppKit.NSTableView.TextShouldEndEditing(Monobjc.AppKit.NSText)"]

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)