MonobjcMonobjc Documented Class Library
CommitEditingWithDelegateDidCommitSelectorContextInfo Method (delegate, didCommitSelector, contextInfo)
NamespacesMonobjc.AppKitNSViewControllerCommitEditingWithDelegateDidCommitSelectorContextInfo(Id, IntPtr, IntPtr)

Attempt to commit any currently edited results of the receiver.

Original signature is '- (void)commitEditingWithDelegate:(id)delegate didCommitSelector:(SEL)didCommitSelector contextInfo:(void *)contextInfo'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void CommitEditingWithDelegateDidCommitSelectorContextInfo(
	Id delegate,
	IntPtr didCommitSelector,
	IntPtr contextInfo
)
Public Overridable Sub CommitEditingWithDelegateDidCommitSelectorContextInfo ( _
	delegate As Id, _
	didCommitSelector As IntPtr, _
	contextInfo As IntPtr _
)
public:
virtual void CommitEditingWithDelegateDidCommitSelectorContextInfo(
	Id^ delegate, 
	IntPtr didCommitSelector, 
	IntPtr contextInfo
)
Parameters
delegate (Id)
An object that can serve as the receiver's delegate. It should implement the method specified by didCommitSelector.
didCommitSelector (IntPtr)
A selector that is invoked on delegate.
contextInfo (IntPtr)
Contextual information that is sent as the contextInfo argument to delegate when didCommitSelector is invoked.
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)