MonobjcMonobjc Documented Class Library
SheetDidEndReturnCodeContextInfoEventHandler<(Of <(<'TSheet>)>)> Delegate
NamespacesMonobjc.AppKitSheetDidEndReturnCodeContextInfoEventHandler<(Of <(<'TSheet>)>)>

This delegate is used when dealing with asynchronous callback when using sheet.

Declaration Syntax
C#Visual BasicVisual C++
public delegate void SheetDidEndReturnCodeContextInfoEventHandler<TSheet>(
	TSheet sheet,
	NSInteger returnCode,
	IntPtr contextInfo
)
where TSheet : Id
Public Delegate Sub SheetDidEndReturnCodeContextInfoEventHandler(Of TSheet As Id) ( _
	sheet As TSheet, _
	returnCode As NSInteger, _
	contextInfo As IntPtr _
)
generic<typename TSheet>
where TSheet : Id
public delegate void SheetDidEndReturnCodeContextInfoEventHandler(
	TSheet sheet, 
	NSInteger returnCode, 
	IntPtr contextInfo
)
Generic Template Parameters
TSheet
The parametrized type that must be a NSPanel subclass
Parameters
sheet (TSheet)
The sheet being finished
returnCode (NSInteger)
The return code of the sheet
contextInfo (IntPtr)
The context info.
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)