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