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

[Missing <param name="sheet"/> documentation for "M:Monobjc.AppKit.NSApplication.NSApplicationSheetDispatcher.SheetDidEndReturnCodeContextInfo(Monobjc.AppKit.NSWindow,Monobjc.Foundation.NSInteger,System.IntPtr)"]

returnCode (NSInteger)

[Missing <param name="returnCode"/> documentation for "M:Monobjc.AppKit.NSApplication.NSApplicationSheetDispatcher.SheetDidEndReturnCodeContextInfo(Monobjc.AppKit.NSWindow,Monobjc.Foundation.NSInteger,System.IntPtr)"]

contextInfo (IntPtr)

[Missing <param name="contextInfo"/> documentation for "M:Monobjc.AppKit.NSApplication.NSApplicationSheetDispatcher.SheetDidEndReturnCodeContextInfo(Monobjc.AppKit.NSWindow,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)