MonobjcMonobjc Documented Class Library
PanelDidEndReturnCodeContextInfo Method (sheet, returnCode, contextInfo)
NamespacesMonobjc.AppKitNSSavePanel..::..NSSavePanelSheetDispatcherPanelDidEndReturnCodeContextInfo(NSSavePanel, NSInteger, IntPtr)
Callback method to dispatch message.
Declaration Syntax
C#Visual BasicVisual C++
public void PanelDidEndReturnCodeContextInfo(
	NSSavePanel sheet,
	NSInteger returnCode,
	IntPtr contextInfo
)
Public Sub PanelDidEndReturnCodeContextInfo ( _
	sheet As NSSavePanel, _
	returnCode As NSInteger, _
	contextInfo As IntPtr _
)
public:
void PanelDidEndReturnCodeContextInfo(
	NSSavePanel^ sheet, 
	NSInteger returnCode, 
	IntPtr contextInfo
)
Parameters
sheet (NSSavePanel)

[Missing <param name="sheet"/> documentation for "M:Monobjc.AppKit.NSSavePanel.NSSavePanelSheetDispatcher.PanelDidEndReturnCodeContextInfo(Monobjc.AppKit.NSSavePanel,Monobjc.Foundation.NSInteger,System.IntPtr)"]

returnCode (NSInteger)

[Missing <param name="returnCode"/> documentation for "M:Monobjc.AppKit.NSSavePanel.NSSavePanelSheetDispatcher.PanelDidEndReturnCodeContextInfo(Monobjc.AppKit.NSSavePanel,Monobjc.Foundation.NSInteger,System.IntPtr)"]

contextInfo (IntPtr)

[Missing <param name="contextInfo"/> documentation for "M:Monobjc.AppKit.NSSavePanel.NSSavePanelSheetDispatcher.PanelDidEndReturnCodeContextInfo(Monobjc.AppKit.NSSavePanel,Monobjc.Foundation.NSInteger,System.IntPtr)"]

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)