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

Attempts to commit any pending changes in known editors of the receiver.

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

Available in Mac OS X v10.4 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. The method specified by the selector must have the same signature as the following method:
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)