MonobjcMonobjc Documented Class Library
EndEditing Method (textObj)
NamespacesMonobjc.AppKitNSCellEndEditing(NSText)

Ends the editing of text in the receiver using the specified field editor.

Original signature is '- (void)endEditing:(NSText *)textObj'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void EndEditing(
	NSText textObj
)
Public Overridable Sub EndEditing ( _
	textObj As NSText _
)
public:
virtual void EndEditing(
	NSText^ textObj
)
Parameters
textObj (NSText)
The field editor currently handling the editing of the cell's content.
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)