MonobjcMonobjc Documented Class Library
NSPrintPanel..::..NSPrintPanelSheetDispatcher Constructor (modalDelegate)
NamespacesMonobjc.AppKitNSPrintPanel..::..NSPrintPanelSheetDispatcherNSPrintPanel..::..NSPrintPanelSheetDispatcher(SheetDidEndReturnCodeContextInfoEventHandler<(Of <<'(NSPrintPanel>)>>))
Initializes a new instance of the NSPrintPanel..::..NSPrintPanelSheetDispatcher class.
Declaration Syntax
C#Visual BasicVisual C++
public NSPrintPanelSheetDispatcher(
	SheetDidEndReturnCodeContextInfoEventHandler<NSPrintPanel> modalDelegate
)
Public Sub New ( _
	modalDelegate As SheetDidEndReturnCodeContextInfoEventHandler(Of NSPrintPanel) _
)
public:
NSPrintPanelSheetDispatcher(
	SheetDidEndReturnCodeContextInfoEventHandler<NSPrintPanel^>^ modalDelegate
)
Parameters
modalDelegate (SheetDidEndReturnCodeContextInfoEventHandler<(Of <(<'NSPrintPanel>)>)>)
The modal delegate.
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)