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