MonobjcMonobjc Documented Class Library
SaveDocumentWithDelegateDidSaveSelectorContextInfo Method (delegate, didSaveSelector, contextInfo)
NamespacesMonobjc.AppKitNSDocumentSaveDocumentWithDelegateDidSaveSelectorContextInfo(Id, IntPtr, IntPtr)

Saves the document.

Original signature is '- (void)saveDocumentWithDelegate:(id)delegate didSaveSelector:(SEL)didSaveSelector contextInfo:(void *)contextInfo'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SaveDocumentWithDelegateDidSaveSelectorContextInfo(
	Id delegate,
	IntPtr didSaveSelector,
	IntPtr contextInfo
)
Public Overridable Sub SaveDocumentWithDelegateDidSaveSelectorContextInfo ( _
	delegate As Id, _
	didSaveSelector As IntPtr, _
	contextInfo As IntPtr _
)
public:
virtual void SaveDocumentWithDelegateDidSaveSelectorContextInfo(
	Id^ delegate, 
	IntPtr didSaveSelector, 
	IntPtr contextInfo
)
Parameters
delegate (Id)
The delegate to which the selector message is sent.
didSaveSelector (IntPtr)
The selector of the message sent to the delegate.
contextInfo (IntPtr)
Object passed with the callback to provide any additional context information.
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)